summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-09-11 08:40:09 +0000
committerKurt Zenker <kz@openoffice.org>2003-09-11 08:40:09 +0000
commitd28c0bac11a75ef2385661ee1c31b52d468b85b9 (patch)
tree54a7df71fc40a23f48257f06f15f4194dc2c211e /sw/source/core
parent6024bebd819eed948f25744b48ef6c0b7892cc95 (diff)
INTEGRATION: CWS OS18 (1.6.360); FILE MERGED
2003/08/28 11:23:47 os 1.6.360.1: #110848# regard phonetic reading for index primary and secondary keys, too
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/inc/txmsrt.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/core/inc/txmsrt.hxx b/sw/source/core/inc/txmsrt.hxx
index 11e32e19d747..5fb6c217f8c1 100644
--- a/sw/source/core/inc/txmsrt.hxx
+++ b/sw/source/core/inc/txmsrt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txmsrt.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: fme $ $Date: 2002-06-26 09:31:53 $
+ * last change: $Author: kz $ $Date: 2003-09-11 09:40:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -234,7 +234,7 @@ private:
struct SwTOXCustom : public SwTOXSortTabBase
{
- SwTOXCustom( const String& rKey, USHORT nLevel,
+ SwTOXCustom( const String& rKey, const String& rReading, USHORT nLevel,
const SwTOXInternational& rIntl,
const ::com::sun::star::lang::Locale& rLocale );
@@ -246,6 +246,7 @@ private:
virtual void _GetText( String&, String& );
String aKey;
+ String sReading;
USHORT nLev;
};