[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - sc/source
Jan Holesovsky
kendy at collabora.com
Thu Nov 20 02:53:48 PST 2014
sc/source/ui/view/output2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6c2d0e1187e3523bdbcb2abe382b35be67a512b7
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 20 11:52:37 2014 +0100
One more IsMapMode() -> IsMapModeEnabled().
Change-Id: Id8e5ca61eedb7607b5ef9d7e67bee47c87d4990b
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index f81eb3d..fc3535e 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
More information about the Libreoffice-commits
mailing list