summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/genpspgraphics.h
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2019-01-24 19:00:10 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2019-01-25 08:15:54 +0100
commitf205e4530ef4245ee29b934d050c4ac5c2ce7257 (patch)
tree19149c8da24b0f7acd56f763f862029a1dc42066 /vcl/inc/unx/genpspgraphics.h
parent37f8ea642cd191e7bdbf3596f41e7bb28212472b (diff)
Change SalGraphics::GetTextLayout definition
* drop the unused ImplLayoutArgs argument * return a std::unique_ptr<GenericSalLayout> Change-Id: I150a2a46f67f1ffbbd3ba0ffa68f5bffb30206c8 Reviewed-on: https://gerrit.libreoffice.org/66884 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/inc/unx/genpspgraphics.h')
-rw-r--r--vcl/inc/unx/genpspgraphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/genpspgraphics.h b/vcl/inc/unx/genpspgraphics.h
index efe1bc7bfa3f..b3fff8b8c05d 100644
--- a/vcl/inc/unx/genpspgraphics.h
+++ b/vcl/inc/unx/genpspgraphics.h
@@ -111,8 +111,8 @@ public:
bool bVertical,
std::vector< sal_Int32 >& rWidths,
Ucs2UIntMap& rUnicodeEnc ) override;
- virtual std::unique_ptr<SalLayout>
- GetTextLayout( ImplLayoutArgs&, int nFallbackLevel ) override;
+ virtual std::unique_ptr<GenericSalLayout>
+ GetTextLayout(int nFallbackLevel) override;
virtual void DrawTextLayout( const GenericSalLayout& ) override;
virtual bool supportsOperation( OutDevSupportType ) const override;
virtual void drawPixel( long nX, long nY ) override;