summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 13:37:18 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 13:37:18 +0000
commit25c0d8b1c9bab89676ada64bcd1a104dce28e806 (patch)
tree3ef5aff81a7c4f7e73f67bd5f338c20235075a12 /i18npool
parent7b414a54d0cc35f97f026683413921a7a8e6025c (diff)
INTEGRATION: CWS i18n13 (1.3.2); FILE MERGED
2004/06/14 22:42:36 khong 1.3.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/indexentrysupplier_default.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/i18npool/inc/indexentrysupplier_default.hxx b/i18npool/inc/indexentrysupplier_default.hxx
index c6ff10263223..e57365483716 100644
--- a/i18npool/inc/indexentrysupplier_default.hxx
+++ b/i18npool/inc/indexentrysupplier_default.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: indexentrysupplier_default.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-05-28 16:32:17 $
+ * last change: $Author: kz $ $Date: 2004-07-30 14:37:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,8 +100,7 @@ private:
struct IndexKey {
sal_Unicode key;
- sal_Unicode* desc;
- sal_Int16 desc_leng;
+ rtl::OUString desc;
};
class IndexTable