summaryrefslogtreecommitdiff
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 11:52:37 +0100
commit6c2d0e1187e3523bdbcb2abe382b35be67a512b7 (patch)
treede9e735dd290ba13895c51b4f76f25cdd03a5fa1
parent5ec1c4f096e65b67e7d0a322fd936b62cf7a82cc (diff)
One more IsMapMode() -> IsMapModeEnabled().
Change-Id: Id8e5ca61eedb7607b5ef9d7e67bee47c87d4990b
-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