summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-11-23 09:25:09 +0100
committerDavid Tardon <dtardon@redhat.com>2011-12-05 15:11:46 +0100
commit49721e5df83d025ca7b2e57f688900387235a786 (patch)
tree2497e4e4aeb15a8a05491b6cb89c512dca8b3f41 /cui
parent18cf5cea5b25b3705c35d04e824b9965b0f9836a (diff)
add support for Gtk+ print dialog (#i106780#)
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 8978dc1d0998..dabc5a7fab47 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -228,7 +228,7 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet ) :
aFileDlgCB.Hide();
}
-#if !defined(QUARTZ)
+#if !defined(QUARTZ) && !defined(ENABLE_GTK)
aPrintDlgFL.Hide();
aPrintDlgCB.Hide();
#endif