diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-12-15 10:47:02 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-12-15 10:47:02 +0100 |
commit | 213e25168a934890e60546be9c819d16754aaa49 (patch) | |
tree | 45a1b1501eecf7a41267a5135011f4fef0a4abc3 /sfx2 | |
parent | 6559ceb1a290766e6c1c54632fa0ec0d848b46fa (diff) |
CWS gnumake2: build breaks on Mac
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdownicon.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index 94f300fac690..3c323b05fd72 100644 --- a/sfx2/source/appl/shutdownicon.cxx +++ b/sfx2/source/appl/shutdownicon.cxx @@ -80,7 +80,11 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::util; using namespace ::com::sun::star::ui::dialogs; using namespace ::vos; +#ifdef WNT using ::rtl::OUString; +#else +using namespace ::rtl; +#endif using namespace ::sfx2; #ifdef ENABLE_QUICKSTART_APPLET |