summaryrefslogtreecommitdiff
path: root/vcl/inc/graphite_serverfont.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-08-16 19:50:56 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-09-03 10:58:34 +0200
commit1632f2a42eaf4c6bdcea9616b3ebc324ecdc30a3 (patch)
tree24105ed7877480f4c94c7a7b1b6feef2db7c2e24 /vcl/inc/graphite_serverfont.hxx
parentfd81523328891c69ee7cb28bf22308225da42744 (diff)
SalLayout GetTextWidth return DeviceCoordinate
Change-Id: I5b995e54992213e95845e60169238270863e9a7e
Diffstat (limited to 'vcl/inc/graphite_serverfont.hxx')
-rw-r--r--vcl/inc/graphite_serverfont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/graphite_serverfont.hxx b/vcl/inc/graphite_serverfont.hxx
index 50063e4838df..9529b1dc0598 100644
--- a/vcl/inc/graphite_serverfont.hxx
+++ b/vcl/inc/graphite_serverfont.hxx
@@ -68,7 +68,7 @@ public:
maImpl.DrawOffset() = maDrawOffset;
maImpl.AdjustLayout(rArgs);
};
- virtual long GetTextWidth() const SAL_OVERRIDE
+ virtual DeviceCoordinate GetTextWidth() const SAL_OVERRIDE
{
return maImpl.GetTextWidth();
}