summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/inc/gtkprintwrapper.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-12-01 10:40:05 +0100
committerDavid Tardon <dtardon@redhat.com>2011-12-05 15:11:52 +0100
commit85c6244b85b29c1d2bb9d89b62e9512dd65378b5 (patch)
treeb46cfd0a2ee95b30860f8488150b3fd270ccb5a6 /vcl/unx/gtk/inc/gtkprintwrapper.hxx
parent823d4a3944aab86a6da50a383b498fbec2157f4d (diff)
build the print dialog for gtk3 too
Diffstat (limited to 'vcl/unx/gtk/inc/gtkprintwrapper.hxx')
-rw-r--r--vcl/unx/gtk/inc/gtkprintwrapper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/inc/gtkprintwrapper.hxx b/vcl/unx/gtk/inc/gtkprintwrapper.hxx
index e89fb4c4f8c5..f625923909fd 100644
--- a/vcl/unx/gtk/inc/gtkprintwrapper.hxx
+++ b/vcl/unx/gtk/inc/gtkprintwrapper.hxx
@@ -78,6 +78,7 @@ public:
void print_unix_dialog_set_support_selection(GtkPrintUnixDialog* dialog, gboolean support_selection) const;
void print_unix_dialog_set_has_selection(GtkPrintUnixDialog* dialog, gboolean has_selection) const;
+#if !GTK_CHECK_VERSION(3,0,0)
private:
void impl_load();
@@ -131,6 +132,7 @@ private:
print_operation_set_has_selection_t m_print_operation_set_has_selection;
print_unix_dialog_set_support_selection_t m_print_unix_dialog_set_support_selection;
print_unix_dialog_set_has_selection_t m_print_unix_dialog_set_has_selection;
+#endif
};
}