summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/numfmtlb.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-19 10:59:31 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-19 10:59:31 +0000
commit2c9c305dd4f53cf7b01b803d66ac5478f2812bcb (patch)
tree5ebdcbd4116c1516f013f942ecfceb190a8a7365 /sw/source/ui/inc/numfmtlb.hxx
parentINTEGRATION: CWS os13 (1.6.280); FILE MERGED (diff)
downloadcore-2c9c305dd4f53cf7b01b803d66ac5478f2812bcb.tar.gz
core-2c9c305dd4f53cf7b01b803d66ac5478f2812bcb.zip
INTEGRATION: CWS os13 (1.2.280); FILE MERGED
2003/07/25 10:54:38 os 1.2.280.1: #i15268# GetDfValue doesn't need a number formatter argument
Diffstat (limited to 'sw/source/ui/inc/numfmtlb.hxx')
-rw-r--r--sw/source/ui/inc/numfmtlb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/numfmtlb.hxx b/sw/source/ui/inc/numfmtlb.hxx
index ce6a72b9d302..b818d7147d02 100644
--- a/sw/source/ui/inc/numfmtlb.hxx
+++ b/sw/source/ui/inc/numfmtlb.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numfmtlb.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2002-11-15 11:13:10 $
+ * last change: $Author: hjs $ $Date: 2003-08-19 11:59:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ class NumFormatListBox : public ListBox
DECL_LINK( SelectHdl, ListBox * );
- double GetDefValue(SvNumberFormatter* pFormatter, const short nFormatType) const;
+ double GetDefValue(const short nFormatType) const;
void Init(short nFormatType, BOOL bUsrFmts);
SwView* GetView();