summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/graphite_layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/graphite_layout.hxx')
-rw-r--r--vcl/inc/vcl/graphite_layout.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/vcl/graphite_layout.hxx b/vcl/inc/vcl/graphite_layout.hxx
index de39ba36cdbc..f605f190f669 100644
--- a/vcl/inc/vcl/graphite_layout.hxx
+++ b/vcl/inc/vcl/graphite_layout.hxx
@@ -93,7 +93,7 @@ private:
// This class uses the SIL Graphite engine to provide complex text layout services to the VCL
// @author tse
//
-class VCL_DLLPUBLIC GraphiteLayout : public SalLayout
+class VCL_PLUGIN_PUBLIC GraphiteLayout : public SalLayout
{
public:
@@ -170,8 +170,6 @@ private:
long & rDXOffset, bool bIsBase, int baseChar);
};
-
-
#endif // _SV_GRAPHITELAYOUT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */