summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-11-23 21:38:52 +0100
committerPetr Mladek <pmladek@suse.cz>2010-11-23 21:38:52 +0100
commitbe5a75bec04d1f68b3bfaea1cb437bab80eece26 (patch)
tree9ef63d7252e82ac3e782a1863b93c2bf12dfd0a2 /extensions/source
parentf033400bfa325f822f72f2a932c6f38fece2a190 (diff)
show the control geometric propertis correctly (bnc#610921)
fix by Noel
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 8279dddd4356..5dea67099f86 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 );
}
//--------------------------------------------------------------------