diff options
author | Peter Burow <pb@openoffice.org> | 2000-10-23 08:29:36 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2000-10-23 08:29:36 +0000 |
commit | bba108d3ccfb127cd354dfb4185fdef92d19b9ab (patch) | |
tree | bf3ec3c3c3a7d957bc9aadaeb5645e6f842eabff /svx/inc | |
parent | 5d407300f5d4344234261e214902374c9967bd02 (diff) |
fix: #79525# default NULL of parameter 'const SfxItemSet*' of GetModuleFieldUnit()
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 bc15b73849ff..458ecd529b35 100644 --- a/svx/inc/dlgutil.hxx +++ b/svx/inc/dlgutil.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgutil.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pb $ $Date: 2000-10-23 09:21:06 $ + * last change: $Author: pb $ $Date: 2000-10-23 09:29:36 $ * * 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( const SfxItemSet* pSet ); +FieldUnit GetModuleFieldUnit( const SfxItemSet* pSet = NULL ); // Metriken umrechnen long CalcToUnit( float nIn, SfxMapUnit eUnit ); |