summaryrefslogtreecommitdiff
path: root/vcl/inc/headless
diff options
context:
space:
mode:
authorCaolán <caolan@localhost.localdomain>2015-11-23 16:34:15 +0000
committerCaolán <caolan@localhost.localdomain>2015-11-23 17:15:51 +0000
commit0c75202ad20d3dc1f0a2a68375253d547f054405 (patch)
tree3bda372df0b6436be0563e99592286cc141bec4d /vcl/inc/headless
parent0721765417f787c8f4b1382b5d9100fa3a2a61ad (diff)
only one headless text renderer now
Change-Id: I045d7a58f3eae20c733fe93faa3a64687e7c85e3
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r--vcl/inc/headless/svpgdi.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 686301d54ea4..944ac83e3ff7 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -28,7 +28,7 @@
#include "salgdi.hxx"
#include "sallayout.hxx"
-#include "textrender.hxx"
+#include "svpcairotextrender.hxx"
#ifdef IOS
#define SvpSalGraphics AquaSalGraphics
@@ -79,7 +79,7 @@ private:
protected:
vcl::Region m_aClipRegion;
- std::unique_ptr<TextRenderImpl> m_xTextRenderImpl;
+ SvpCairoTextRender m_aTextRenderImpl;
protected:
virtual bool blendBitmap( const SalTwoRect&, const SalBitmap& rBitmap ) override;