sc/source/ui/view/output2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c2d0e1187e3523bdbcb2abe382b35be67a512b7
Author: Jan Holesovsky <ke...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to