CWS gnumake2: build breaks on Mac
This commit is contained in:
parent
6559ceb1a2
commit
213e25168a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue