summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-20 11:52:37 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-20 18:08:58 +0100
commitcc6cce6b1be75cd160fc858051e305961fe697dd (patch)
treef7961166838fd6596a6d1c4a8f0cc6b02ac10814 /sc/source/ui/view
parent3a6f1c6c65bc78f1d13a924b028f7ed38fc717c4 (diff)
One more IsMapMode() -> IsMapModeEnabled().
Change-Id: Id8e5ca61eedb7607b5ef9d7e67bee47c87d4990b
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/output2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index f81eb3d7463d..fc3535e1dc1a 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -795,7 +795,7 @@ bool ScDrawStringsVars::HasEditCharacters() const
double ScOutputData::GetStretch()
{
- if ( mpRefDevice->IsMapMode() )
+ if ( mpRefDevice->IsMapModeEnabled() )
{
// If a non-trivial MapMode is set, its scale is now already
// taken into account in the OutputDevice's font handling