diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-09-08 10:44:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-09-08 10:44:42 +0000 |
commit | 843f8a95184637dec5c11eae257f17b2146221ef (patch) | |
tree | 9d328b6841feb134cefa6e043d3a305642984124 /svx/source/cui | |
parent | 2dca9f97c600b3ab22155ba24390e3654fa8ff66 (diff) |
CWS-TOOLING: integrate CWS vcl104
Diffstat (limited to 'svx/source/cui')
-rw-r--r-- | svx/source/cui/optgdlg.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/cui/optgdlg.cxx b/svx/source/cui/optgdlg.cxx index f9155421b7..ba9219e018 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 |