summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3salprn-gtk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk3/gtk3salprn-gtk.cxx')
-rw-r--r--vcl/unx/gtk3/gtk3salprn-gtk.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtk3salprn-gtk.cxx b/vcl/unx/gtk3/gtk3salprn-gtk.cxx
index e9d57c56a940..56f2173b119f 100644
--- a/vcl/unx/gtk3/gtk3salprn-gtk.cxx
+++ b/vcl/unx/gtk3/gtk3salprn-gtk.cxx
@@ -41,6 +41,8 @@ using vcl::unx::GtkPrintWrapper;
using uno::UNO_QUERY;
+namespace {
+
class GtkPrintDialog
{
public:
@@ -94,6 +96,8 @@ private:
std::shared_ptr<GtkPrintWrapper> m_xWrapper;
};
+}
+
struct GtkSalPrinter_Impl
{
OString m_sSpoolFile;