summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkprn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/gtk/gtkprn.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtkprn.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/unx/gtk/gtkprn.hxx b/vcl/inc/unx/gtk/gtkprn.hxx
index 56dfe8bfb1cb..1e9cddc7cd9a 100644
--- a/vcl/inc/unx/gtk/gtkprn.hxx
+++ b/vcl/inc/unx/gtk/gtkprn.hxx
@@ -7,7 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-
#ifndef INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX
#define INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX
@@ -17,7 +16,6 @@
struct GtkSalPrinter_Impl;
-
class VCL_DLLPUBLIC GtkSalPrinter : public PspSalPrinter
{
public:
@@ -40,14 +38,12 @@ private:
boost::scoped_ptr<GtkSalPrinter_Impl> m_pImpl;
};
-
class VCL_DLLPUBLIC GtkSalInfoPrinter : public PspSalInfoPrinter
{
public:
sal_uLong GetCapabilities(const ImplJobSetup* i_pSetupData, sal_uInt16 i_nType) SAL_OVERRIDE;
};
-
#endif // INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */