From 1b42acdaeae134f94580d6e1eba89da16741d596 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 6 Sep 2014 16:13:09 +0200 Subject: vcl: use DeviceCoordinate for GetCaretPositions in sallayout Change-Id: I5a959e1c3806da713e106c1b0fc8690a6578987b --- include/vcl/outdev.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index df0cd270ed89..b05edab89343 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1722,6 +1722,8 @@ public: SAL_DLLPRIVATE DeviceCoordinate LogicWidthToDeviceCoordinate( long nWidth ) const; SAL_DLLPRIVATE DeviceCoordinate LogicHeightToDeviceCoordinate( long nHeight ) const; + SAL_DLLPRIVATE long DeviceCoordinateToLogicWidth(DeviceCoordinate width) const; + SAL_DLLPRIVATE long DeviceCoordinateToLogicHeight(DeviceCoordinate height) const; private: -- cgit