summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-09-08 10:44:42 +0000
committerOliver Bolte <obo@openoffice.org>2009-09-08 10:44:42 +0000
commit68f578d246238871fa6c8af9595f71d396341829 (patch)
tree4f5455751a58b89cb58017255c152b5cfa162e60 /svx
parent39e949c290b8ab1e063930380a8926afb0615dd0 (diff)
CWS-TOOLING: integrate CWS vcl104
Diffstat (limited to 'svx')
-rw-r--r--svx/source/cui/optgdlg.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/cui/optgdlg.cxx b/svx/source/cui/optgdlg.cxx
index 2f39bdc7a7b3..31fcff220f8a 100644
--- a/svx/source/cui/optgdlg.cxx
+++ b/svx/source/cui/optgdlg.cxx
@@ -167,8 +167,10 @@ namespace
return rtl::OUString();
#endif
}
- #if defined WNT || (defined MACOSX && defined QUARTZ)
+ #if defined WNT
return ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.SystemFilePicker" );
+ #elif (defined MACOSX && defined QUARTZ)
+ return ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.AquaFilePicker" );
#else
return rtl::OUString();
#endif