From 5d407300f5d4344234261e214902374c9967bd02 Mon Sep 17 00:00:00 2001 From: Peter Burow Date: Mon, 23 Oct 2000 08:21:29 +0000 Subject: fix: #76549# new Parameter for GetModuleFieldUnit(): const SfxItemSet* --- svx/inc/dlgutil.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/dlgutil.hxx b/svx/inc/dlgutil.hxx index 8f3e39659313..bc15b73849ff 100644 --- a/svx/inc/dlgutil.hxx +++ b/svx/inc/dlgutil.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgutil.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pb $ $Date: 2000-10-12 09:55:24 $ + * last change: $Author: pb $ $Date: 2000-10-23 09:21:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,7 +108,7 @@ void SetFieldUnit( MetricField& rCtrl, void SetFieldUnit( MetricBox& rCtrl, FieldUnit eUnit, BOOL bAll = FALSE ); -FieldUnit GetModuleFieldUnit(); +FieldUnit GetModuleFieldUnit( const SfxItemSet* pSet ); // Metriken umrechnen long CalcToUnit( float nIn, SfxMapUnit eUnit ); -- cgit