vcl/inc/unx/gtk/gtkprn.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cbac44cec42985593f27d315266ac43de4dbf3eb
Author: Tor Lillqvist <t...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to