[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Wed Dec 9 01:13:33 PST 2015
vcl/inc/fontsubset.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit e9e3124e00676194a10c52ca1a064c44cb668f98
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Dec 9 11:12:12 2015 +0200
No need for FontSubsetInfo to be VCL_DLLPUBLIC
Change-Id: If46e04de8380ee0d9a2896d85bdd431d299b19bc
diff --git a/vcl/inc/fontsubset.hxx b/vcl/inc/fontsubset.hxx
index b341ad4..d728d1f 100644
--- a/vcl/inc/fontsubset.hxx
+++ b/vcl/inc/fontsubset.hxx
@@ -25,11 +25,10 @@
#include <cstdio>
#include "salglyphid.hxx"
-#include "vcl/dllapi.h"
namespace vcl { struct _TrueTypeFont; } ///< SFT's idea of a TTF font
-class VCL_DLLPUBLIC FontSubsetInfo
+class FontSubsetInfo
{
public:
explicit FontSubsetInfo();
More information about the Libreoffice-commits
mailing list