Issue 33165 - API: XTypeDetection::queryByURL() returns wrong type for calc
Summary: API: XTypeDetection::queryByURL() returns wrong type for calc
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 13:41 UTC by stephan.wunderlich
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description stephan.wunderlich 2004-08-18 13:41:07 UTC
The following macro:

Sub Main
td= createUnoService("com.sun.star.document.TypeDetection")
msgbox td.queryTypeByURL("private:factory/scalc")
End Sub

returns "calc_StarOffice_XML_Calc" instead of the expected calc8 ... works fine
for the writer
Comment 1 sascha.ballach 2004-08-24 15:21:54 UTC
take it
Comment 2 sascha.ballach 2004-10-13 07:33:54 UTC
perhaps you?
Comment 3 stephan.wunderlich 2004-10-13 08:45:21 UTC
I suppose you were meant by "you" ;-)
Comment 4 andreas.schluens 2004-10-13 11:58:33 UTC
AS->SW: This task was already fixed  ... Please test an actual build (e.g.
src680 m56). Detection of "private:factory" URLs should work now as aspected.
Comment 5 andreas.schluens 2004-10-13 11:58:54 UTC
.
Comment 6 stephan.wunderlich 2004-11-25 16:07:00 UTC
ok in src680_m62 => closed