summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-08-09 14:12:53 +0000
committerOliver Specht <os@openoffice.org>2002-08-09 14:12:53 +0000
commitf0d563259f5338f55e9e52df61dd59b3f6bff6c4 (patch)
tree2bc4def1c470a0bed3a894834ae236fbd4ea1dc1 /sw/source/ui/inc
parent94eb585f48a4363aba93ac1a49b0faf83901ad95 (diff)
#101950# convert text<->table: delimiter has to be sal_Unicode
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/convert.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/convert.hxx b/sw/source/ui/inc/convert.hxx
index ee33fabd0e2a..558e6d010036 100644
--- a/sw/source/ui/inc/convert.hxx
+++ b/sw/source/ui/inc/convert.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: convert.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-06-01 10:20:44 $
+ * last change: $Author: os $ $Date: 2002-08-09 15:12:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@ public:
SwConvertTableDlg( SwView& rView );
~SwConvertTableDlg();
- void GetValues( char& rDelim,
+ void GetValues( sal_Unicode& rDelim,
USHORT& rInsTblFlags,
SwTableAutoFmt *& prTAFmt );
};