diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-11-13 10:54:44 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-13 10:56:07 +0100 |
commit | 856d22cab35e8107a6f37ce919c83b90cc2660d9 (patch) | |
tree | bd6907e4dd333290a6b95f8c06db61d923a3f99f | |
parent | 4dc9dc6a53870217de8b9e0b9ac434fbf3a67440 (diff) |
On Mac OS X LibreOffice cannot use native print dialog at all
Change-Id: I37d36ba175362dedffbbabb561a11033a0454110
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index f33d7b83e18a..e2129cdcae33 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -188,7 +188,7 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet) get(m_pExtHelpCB, "exthelp"); if (!lcl_HasSystemFilePicker()) get<VclContainer>("filedlgframe")->Hide(); -#if !defined(MACOSX) && ! ENABLE_GTK +#if ! ENABLE_GTK get<VclContainer>("printdlgframe")->Hide(); #else if (!SvtMiscOptions().IsExperimentalMode()) |