summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLChangedRegionImportContext.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-06-13 06:57:42 +0000
committerRüdiger Timm <rt@openoffice.org>2003-06-13 06:57:42 +0000
commit0636000a126def0e9bfdf62a167f5b74974a3ad1 (patch)
tree7fb706c554ef84af6fee1c5858288810c6caa7d1 /xmloff/source/text/XMLChangedRegionImportContext.cxx
parentde14c58d37f7e81bc0d078e42f203fadbd3d8b2d (diff)
#100000#
Diffstat (limited to 'xmloff/source/text/XMLChangedRegionImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLChangedRegionImportContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLChangedRegionImportContext.cxx b/xmloff/source/text/XMLChangedRegionImportContext.cxx
index 1c799e48f5c4..905dd7d26f4d 100644
--- a/xmloff/source/text/XMLChangedRegionImportContext.cxx
+++ b/xmloff/source/text/XMLChangedRegionImportContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLChangedRegionImportContext.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-06-12 11:27:44 $
+ * last change: $Author: rt $ $Date: 2003-06-13 07:57:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,7 +137,7 @@ void XMLChangedRegionImportContext::StartElement(
GetKeyByAttrName( xAttrList->getNameByIndex(nAttr),
&sLocalName );
- const OUString& rValue = xAttrList->getValueByIndex(nAttr);
+ const OUString sValue = xAttrList->getValueByIndex(nAttr);
if ( XML_NAMESPACE_TEXT == nPrefix )
{
if( IsXMLToken( sLocalName, XML_ID ) )