summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-20 10:14:23 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-20 18:08:57 +0100
commitf622648b23ddab9387dd72116d2105fe2e59ff76 (patch)
tree7996107cc36cd972de9cd2cd775467e9c44eb7f9 /include/vcl/outdev.hxx
parent1f73ba915794a881f0e3956a5465e46432b184c9 (diff)
vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().
Change-Id: I65fd40b8268cb0a27ba40da60fcf8e84cc8f7661
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index d80d394e63fe..dfe88aab9347 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1556,7 +1556,6 @@ public:
virtual void SetMapMode( const MapMode& rNewMapMode );
virtual void SetRelativeMapMode( const MapMode& rNewMapMode );
const MapMode& GetMapMode() const { return maMapMode; }
- bool IsMapMode() const { return mbMap; }
// #i75163#
basegfx::B2DHomMatrix GetViewTransformation() const;