diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-12 16:30:40 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-12 19:10:10 +0200 |
commit | 91eb279ecdbc8183c18d9b4d856ffadf0148250d (patch) | |
tree | f2308efba78d5eb9f155dc0121d177d97c50b375 /include/vcl/outdev.hxx | |
parent | e660e1ed73a6eea3f70fcb36a7bc950c57de80fe (diff) |
Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"
This reverts commit 1b42acdaeae134f94580d6e1eba89da16741d596.
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index b05edab89343..df0cd270ed89 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1722,8 +1722,6 @@ 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: |