diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 13:38:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:24:03 +0000 |
commit | f59345721b1731c0fd5ed052f2dee99042bd7f4c (patch) | |
tree | 71feccd2b8828d9842086cdb3cb23837af5a12f2 /vcl/inc/generic/genpspgraphics.h | |
parent | 8a5069cbaacf8a78ee66d6d8f2a46daefe1bec56 (diff) |
move the cairo resize hack into vcl
Change-Id: Ifd1817a28f4fb7ddcc85447fd3388fd0efd86476
Diffstat (limited to 'vcl/inc/generic/genpspgraphics.h')
-rw-r--r-- | vcl/inc/generic/genpspgraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/generic/genpspgraphics.h b/vcl/inc/generic/genpspgraphics.h index 25de8687b283..e682e3a932bf 100644 --- a/vcl/inc/generic/genpspgraphics.h +++ b/vcl/inc/generic/genpspgraphics.h @@ -202,6 +202,8 @@ public: virtual SystemGraphicsData GetGraphicsData() const SAL_OVERRIDE; virtual bool SupportsCairo() const SAL_OVERRIDE; + virtual bool CanResizeCairoSurface() const SAL_OVERRIDE; + virtual SystemFontData GetSysFontData( int nFallbacklevel ) const SAL_OVERRIDE; virtual void BeginPaint() SAL_OVERRIDE { }; |