summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/hdft.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-12-10 18:44:22 +0100
committerMathias Bauer <mba@openoffice.org>2009-12-10 18:44:22 +0100
commit6fc01200941161b365c953a182ccc8b9e5365104 (patch)
treef97f37818168c23d0b9cf6bde53170d03a5b2599 /svx/source/dialog/hdft.cxx
parent#i107450#: move GetLanguageString to class SvtLanguageTable (diff)
downloadcore-6fc01200941161b365c953a182ccc8b9e5365104.tar.gz
core-6fc01200941161b365c953a182ccc8b9e5365104.zip
#i107450#: split up the two different ways to detect a module field unit
Diffstat (limited to 'svx/source/dialog/hdft.cxx')
-rw-r--r--svx/source/dialog/hdft.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index 741df55c960a..df30e2be0213 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -188,7 +188,7 @@ SvxHFPage::SvxHFPage( Window* pParent, USHORT nResId, const SfxItemSet& rAttr, U
FreeResource();
// Metrik einstellen
- FieldUnit eFUnit = GetModuleFieldUnit( &rAttr );
+ FieldUnit eFUnit = GetModuleFieldUnit( rAttr );
SetFieldUnit( aDistEdit, eFUnit );
SetFieldUnit( aHeightEdit, eFUnit );
SetFieldUnit( aLMEdit, eFUnit );