summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-11-15 14:41:26 +0000
committerOliver Specht <os@openoffice.org>2002-11-15 14:41:26 +0000
commitd4ce2e5e452bd976bbaf4f0e663b99979f545af3 (patch)
tree830b1b390acc2ad73d2ee53af455867fe679669c /sw/source/ui/fldui
parent7188f1e896202ffdbd14ee01766b3b82c02d2fbc (diff)
#103096# optionally apply fixed (no language dependence) number format to text fields
Diffstat (limited to 'sw/source/ui/fldui')
-rw-r--r--sw/source/ui/fldui/fldpage.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldpage.hxx b/sw/source/ui/fldui/fldpage.hxx
index d259241716c4..27a969eaf030 100644
--- a/sw/source/ui/fldui/fldpage.hxx
+++ b/sw/source/ui/fldui/fldpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldpage.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-09-20 12:49:58 $
+ * last change: $Author: os $ $Date: 2002-11-15 15:41:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,8 @@ protected:
const String& rPar1,
const String& rPar2,
ULONG nFormatId,
- sal_Unicode cDelim = ' ');
+ sal_Unicode cDelim = ' ',
+ BOOL bIsAutomaticLanguage = TRUE);
public:
SwFldPage( Window *pParent,