On Mac OS X LibreOffice cannot use native print dialog at all
Change-Id: I37d36ba175362dedffbbabb561a11033a0454110
This commit is contained in:
@@ -188,7 +188,7 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet)
|
|||||||
get(m_pExtHelpCB, "exthelp");
|
get(m_pExtHelpCB, "exthelp");
|
||||||
if (!lcl_HasSystemFilePicker())
|
if (!lcl_HasSystemFilePicker())
|
||||||
get<VclContainer>("filedlgframe")->Hide();
|
get<VclContainer>("filedlgframe")->Hide();
|
||||||
#if !defined(MACOSX) && ! ENABLE_GTK
|
#if ! ENABLE_GTK
|
||||||
get<VclContainer>("printdlgframe")->Hide();
|
get<VclContainer>("printdlgframe")->Hide();
|
||||||
#else
|
#else
|
||||||
if (!SvtMiscOptions().IsExperimentalMode())
|
if (!SvtMiscOptions().IsExperimentalMode())
|
||||||
|
Reference in New Issue
Block a user