Kaydet (Commit) cc6cce6b authored tarafından Jan Holesovsky's avatar Jan Holesovsky

One more IsMapMode() -> IsMapModeEnabled().

Change-Id: Id8e5ca61eedb7607b5ef9d7e67bee47c87d4990b
üst 3a6f1c6c
...@@ -795,7 +795,7 @@ bool ScDrawStringsVars::HasEditCharacters() const ...@@ -795,7 +795,7 @@ bool ScDrawStringsVars::HasEditCharacters() const
double ScOutputData::GetStretch() double ScOutputData::GetStretch()
{ {
if ( mpRefDevice->IsMapMode() ) if ( mpRefDevice->IsMapModeEnabled() )
{ {
// If a non-trivial MapMode is set, its scale is now already // If a non-trivial MapMode is set, its scale is now already
// taken into account in the OutputDevice's font handling // taken into account in the OutputDevice's font handling
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment