diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-20 11:52:37 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-20 18:08:58 +0100 |
commit | cc6cce6b1be75cd160fc858051e305961fe697dd (patch) | |
tree | f7961166838fd6596a6d1c4a8f0cc6b02ac10814 /sc | |
parent | 3a6f1c6c65bc78f1d13a924b028f7ed38fc717c4 (diff) |
One more IsMapMode() -> IsMapModeEnabled().
Change-Id: Id8e5ca61eedb7607b5ef9d7e67bee47c87d4990b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/output2.cxx | 2 |
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 |