Issue 112164 - basic: using directive in basic/source/runtime/methods.cxx
Summary: basic: using directive in basic/source/runtime/methods.cxx
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: DEV300m79
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ab
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-06 14:33 UTC by tono
Modified: 2010-06-07 13:42 UTC (History)
1 user (show)

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


Attachments
A patch to remove the using directive (331 bytes, patch)
2010-06-06 14:34 UTC, tono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description tono 2010-06-06 14:33:27 UTC
The using directive at line #124 in basic/source/runtime/methods.cxx does not
seem to be necessary and breaks PCH enabled build by introducing ambiguity
between rtl::Reference and com::sun::star::uno::Reference.
Comment 1 tono 2010-06-06 14:34:25 UTC
Created attachment 69838 [details]
A patch to remove the using directive
Comment 2 kay.ramme 2010-06-07 13:37:52 UTC
Hi Andreas, please have a look at the "using" :-)
Comment 3 ab 2010-06-07 13:41:36 UTC
Already master fixed on DEV300 m81
-> FIXED
Comment 4 ab 2010-06-07 13:42:17 UTC
CLOSED