summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.cxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index a022b6c67de3..14fb9f711527 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -3138,7 +3138,7 @@ RTFError RTFDocumentImpl::popState()
xClipboardPropertyContainer, uno::UNO_QUERY);
uno::Reference<beans::XPropertySet> xDocumentPropertySet(xDocumentPropertyContainer,
uno::UNO_QUERY);
- uno::Sequence<beans::Property> aClipboardProperties
+ const uno::Sequence<beans::Property> aClipboardProperties
= xClipboardPropertySet->getPropertySetInfo()->getProperties();
uno::Sequence<beans::Property> aDocumentProperties
= xDocumentPropertySet->getPropertySetInfo()->getProperties();