diff options
author | Peter Burow <pb@openoffice.org> | 2000-10-23 08:21:29 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2000-10-23 08:21:29 +0000 |
commit | 5d407300f5d4344234261e214902374c9967bd02 (patch) | |
tree | ae1664404f1ae6d9996845a24189f76c77088d86 /svx/inc | |
parent | 68c125f5abbd8263af35e6009d7d7626774a1530 (diff) |
fix: #76549# new Parameter for GetModuleFieldUnit(): const SfxItemSet*
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/dlgutil.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); |