summaryrefslogtreecommitdiff
path: root/sw/inc/chpfld.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 13:45:54 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 13:45:54 +0000
commitd413630df03682d337b77be2101de86bc03229f3 (patch)
tree8b437b5951b568c2342b0534836e261e6488ec97 /sw/inc/chpfld.hxx
parentcb9f996de29b5b0d6d799a9c14fcf07532ba00aa (diff)
INTEGRATION: CWS numberformat (1.4.74); FILE MERGED
2005/10/26 17:50:30 kendy 1.4.74.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r--sw/inc/chpfld.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx
index 8589bfee387c..992b03cf44fd 100644
--- a/sw/inc/chpfld.hxx
+++ b/sw/inc/chpfld.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chpfld.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:36:25 $
+ * last change: $Author: rt $ $Date: 2005-12-14 14:45:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,7 @@ class SwChapterField : public SwField
BYTE nLevel;
String sTitle, sNumber, sPre, sPost;
public:
- SwChapterField(SwChapterFieldType*, ULONG nFmt = 0);
+ SwChapterField(SwChapterFieldType*, sal_uInt32 nFmt = 0);
void ChangeExpansion(const SwFrm*, const SwTxtNode*,
BOOL bSrchNum = FALSE);