summaryrefslogtreecommitdiff
path: root/svx/source/dialog/labdlg.cxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2000-10-23 08:32:44 +0000
committerPeter Burow <pb@openoffice.org>2000-10-23 08:32:44 +0000
commit71c850004821600924d2f0dd33e52169a1c993b6 (patch)
tree624a327d080775e13f7096e313312530cc09c7a5 /svx/source/dialog/labdlg.cxx
parentbba108d3ccfb127cd354dfb4185fdef92d19b9ab (diff)
fix: #79525# new Parameter for GetModuleFieldUnit(): const SfxItemSet*
Diffstat (limited to 'svx/source/dialog/labdlg.cxx')
-rw-r--r--svx/source/dialog/labdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/labdlg.cxx b/svx/source/dialog/labdlg.cxx
index 57334641f98f..d7e6639aad7d 100644
--- a/svx/source/dialog/labdlg.cxx
+++ b/svx/source/dialog/labdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: labdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pb $ $Date: 2000-10-12 09:37:00 $
+ * last change: $Author: pb $ $Date: 2000-10-23 09:31:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -282,7 +282,7 @@ void SvxCaptionTabPage::Reset( const SfxItemSet& rOutAttrs )
//------------Metrik einstellen-----------------------------
- FieldUnit eFUnit = GetModuleFieldUnit();
+ FieldUnit eFUnit = GetModuleFieldUnit( &rOutAttrs );
switch ( eFUnit )
{