[Libreoffice-commits] .: extensions/source

Petr Mladek pmladek at kemper.freedesktop.org
Tue Nov 23 12:39:50 PST 2010


 extensions/source/propctrlr/standardcontrol.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 94cd4c4eda4116b048fbe11c5dc21d908fbcc0e1
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue Nov 23 21:38:52 2010 +0100

    show the control geometric propertis correctly (bnc#610921)
    
    fix by Noel

diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 2f3faa7..6d3f3c9 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -590,7 +590,7 @@ namespace pcr
             // everything which survived the checks above should result in a factor of 1, i.e.,
             // it should have a direct counterpart as FieldUnit
             throw RuntimeException();
-        getTypedControlWindow()->SetUnit( eFieldUnit );
+        getTypedControlWindow()->MetricFormatter::SetUnit( eFieldUnit );
     }
 
     //--------------------------------------------------------------------


More information about the Libreoffice-commits mailing list