summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-11-13 10:54:44 +0100
committerAndras Timar <andras.timar@collabora.com>2013-11-13 10:56:07 +0100
commit856d22cab35e8107a6f37ce919c83b90cc2660d9 (patch)
treebd6907e4dd333290a6b95f8c06db61d923a3f99f /cui
parent4dc9dc6a53870217de8b9e0b9ac434fbf3a67440 (diff)
On Mac OS X LibreOffice cannot use native print dialog at all
Change-Id: I37d36ba175362dedffbbabb561a11033a0454110
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optgdlg.cxx2
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())