summaryrefslogtreecommitdiff
path: root/vcl/inc/cairotextrender.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/cairotextrender.hxx')
-rw-r--r--vcl/inc/cairotextrender.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/inc/cairotextrender.hxx b/vcl/inc/cairotextrender.hxx
index ff4f7e4cbb18..26ab3c98bc28 100644
--- a/vcl/inc/cairotextrender.hxx
+++ b/vcl/inc/cairotextrender.hxx
@@ -34,11 +34,9 @@ class ImplLayoutArgs;
class ServerFontLayout;
class PhysicalFontCollection;
class PhysicalFontFace;
-struct _cairo_surface_t;
-typedef struct _cairo_surface cairo_surface_t;
typedef struct _cairo cairo_t;
-class CairoFontsCache
+class VCL_DLLPUBLIC CairoFontsCache
{
public:
struct CacheId
@@ -68,7 +66,7 @@ public:
static void* FindCachedFont(const CacheId &rId);
};
-class CairoTextRender : public TextRenderImpl
+class VCL_DLLPUBLIC CairoTextRender : public TextRenderImpl
{
ServerFont* mpServerFont[ MAX_FALLBACK ];