diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-06 20:45:49 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-06 20:47:05 +0200 |
commit | 23cd24bd4d4df9247f8f0496f9934a2ce6d110dd (patch) | |
tree | f7b5634d674035e09d9451872d7f345d81a7aafa /vcl | |
parent | a3ffd9ed6ee0723de407691de93340af9975d3b7 (diff) |
vcl: export PrintFontManager
PrintFontManager is accessed from sw since
11f7d6aca36b25fb0b225cd0c641cd4f09338672
Change-Id: Ia8124acfa15386b126af2133830e1803bcf1a70f
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/fontmanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/fontmanager.hxx b/vcl/inc/vcl/fontmanager.hxx index 81b420031306..b659435523b0 100644 --- a/vcl/inc/vcl/fontmanager.hxx +++ b/vcl/inc/vcl/fontmanager.hxx @@ -153,7 +153,7 @@ class FontCache; class FontCache; -class VCL_PLUGIN_PUBLIC PrintFontManager +class VCL_DLLPUBLIC PrintFontManager { struct PrintFont; struct TrueTypeFontFile; |