summaryrefslogtreecommitdiff
path: root/xmloff/source/style/AttributeContainerHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/AttributeContainerHandler.cxx')
-rw-r--r--xmloff/source/style/AttributeContainerHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/AttributeContainerHandler.cxx b/xmloff/source/style/AttributeContainerHandler.cxx
index 5db11689e28d..07d98dedc472 100644
--- a/xmloff/source/style/AttributeContainerHandler.cxx
+++ b/xmloff/source/style/AttributeContainerHandler.cxx
@@ -47,7 +47,7 @@ bool XMLAttributeContainerHandler::equals(
if( ( r1 >>= xContainer1 ) && ( r2 >>= xContainer2 ) )
{
- uno::Sequence< OUString > aAttribNames1( xContainer1->getElementNames() );
+ const uno::Sequence< OUString > aAttribNames1( xContainer1->getElementNames() );
uno::Sequence< OUString > aAttribNames2( xContainer2->getElementNames() );
if( aAttribNames1.getLength() == aAttribNames2.getLength() )