summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ClassificationCommon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/ClassificationCommon.cxx')
-rw-r--r--svx/source/dialog/ClassificationCommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/ClassificationCommon.cxx b/svx/source/dialog/ClassificationCommon.cxx
index c8e37076f531..7c609b4d70fe 100644
--- a/svx/source/dialog/ClassificationCommon.cxx
+++ b/svx/source/dialog/ClassificationCommon.cxx
@@ -68,7 +68,7 @@ bool containsProperty(uno::Sequence<beans::Property> const& rProperties, OUStrin
void removeAllProperties(uno::Reference<beans::XPropertyContainer> const& rxPropertyContainer)
{
uno::Reference<beans::XPropertySet> xPropertySet(rxPropertyContainer, uno::UNO_QUERY);
- uno::Sequence<beans::Property> aProperties
+ const uno::Sequence<beans::Property> aProperties
= xPropertySet->getPropertySetInfo()->getProperties();
for (const beans::Property& rProperty : aProperties)