On Mac OS X LibreOffice cannot use native print dialog at all

Change-Id: I37d36ba175362dedffbbabb561a11033a0454110
This commit is contained in:
Andras Timar
2013-11-13 10:54:44 +01:00
parent 4dc9dc6a53
commit 856d22cab3

View File

@@ -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())