summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/copydlg.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2000-10-12 07:44:29 +0000
committerKai Ahrens <ka@openoffice.org>2000-10-12 07:44:29 +0000
commit93f300efbb9c97d80fd84098330449f1bebc6f94 (patch)
tree5a07cd44651887cd3af0e349a258204723bfee48 /sd/source/ui/dlg/copydlg.cxx
parent295fbc1cd7a9ef4dd304919e2438411407671ce2 (diff)
#79429#: must changes (SfxOptions removed
Diffstat (limited to 'sd/source/ui/dlg/copydlg.cxx')
-rw-r--r--sd/source/ui/dlg/copydlg.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/copydlg.cxx b/sd/source/ui/dlg/copydlg.cxx
index 18eb45bd477b..e136a247ae5a 100644
--- a/sd/source/ui/dlg/copydlg.cxx
+++ b/sd/source/ui/dlg/copydlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: copydlg.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:31 $
+ * last change: $Author: ka $ $Date: 2000-10-12 08:42:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,8 +151,7 @@ SdCopyDlg::SdCopyDlg( Window* pWindow, const SfxItemSet& rInAttrs,
aBtnSetDefault.SetClickHdl( LINK( this, SdCopyDlg, SetDefault ) );
- FieldUnit eFUnit;// = SFX_APP()->GetOptions().GetMetric();
- GET_MODULE_FIELDUNIT( eFUnit );
+ FieldUnit eFUnit( GetModuleFieldUnit() );
SetFieldUnit( aMtrFldMoveX, eFUnit, TRUE );
SetFieldUnit( aMtrFldMoveY, eFUnit, TRUE );