[Libreoffice-commits] .: Branch 'libreoffice-3-3' - extensions/source

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


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

New commits:
commit 0fc8da254b882907c252478f6ad0b2bee6a968af
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