[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Wed Dec 9 01:22:22 PST 2015
vcl/inc/unx/gtk/gtkprn.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cbac44cec42985593f27d315266ac43de4dbf3eb
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Dec 9 11:21:22 2015 +0200
No need for GtkSalPrinter to be VCL_DLLPUBLIC
Change-Id: I97747cb36aa08846538067735387d2f1f79f4cb7
diff --git a/vcl/inc/unx/gtk/gtkprn.hxx b/vcl/inc/unx/gtk/gtkprn.hxx
index 0b515bf..910ddcb 100644
--- a/vcl/inc/unx/gtk/gtkprn.hxx
+++ b/vcl/inc/unx/gtk/gtkprn.hxx
@@ -16,7 +16,7 @@
struct GtkSalPrinter_Impl;
-class VCL_DLLPUBLIC GtkSalPrinter : public PspSalPrinter
+class GtkSalPrinter : public PspSalPrinter
{
public:
GtkSalPrinter(SalInfoPrinter* i_pInfoPrinter);
More information about the Libreoffice-commits
mailing list