summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlannoi.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-13 06:47:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-13 06:47:42 +0000
commit2e0264707ba9ccc351c82ca530b1cb81a40a0040 (patch)
treeb8998e25980b63ea393cd8134d15bda6b8fc7278 /sc/source/filter/xml/xmlannoi.hxx
parentINTEGRATION: CWS oasis (1.8.444); FILE MERGED (diff)
downloadcore-2e0264707ba9ccc351c82ca530b1cb81a40a0040.tar.gz
core-2e0264707ba9ccc351c82ca530b1cb81a40a0040.zip
INTEGRATION: CWS oasis (1.4.460); FILE MERGED
2004/06/24 14:58:52 sab 1.4.460.1: #i20153#; oasis changes
Diffstat (limited to 'sc/source/filter/xml/xmlannoi.hxx')
-rw-r--r--sc/source/filter/xml/xmlannoi.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlannoi.hxx b/sc/source/filter/xml/xmlannoi.hxx
index 810700e509a1..030059087681 100644
--- a/sc/source/filter/xml/xmlannoi.hxx
+++ b/sc/source/filter/xml/xmlannoi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlannoi.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2001-03-16 14:16:30 $
+ * last change: $Author: rt $ $Date: 2004-07-13 07:47:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,8 +77,9 @@ class ScXMLTableRowCellContext;
class ScXMLAnnotationContext : public SvXMLImportContext
{
rtl::OUStringBuffer sOUText;
- rtl::OUString sAuthor;
- rtl::OUString sCreateDate;
+ rtl::OUStringBuffer sAuthorBuffer;
+ rtl::OUStringBuffer sCreateDateBuffer;
+ rtl::OUStringBuffer sCreateDateStringBuffer;
sal_Int32 nParagraphCount;
sal_Bool bDisplay : 1;
sal_Bool bHasTextP : 1;