summaryrefslogtreecommitdiff
path: root/sw/source/uibase/envelp/labelcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/envelp/labelcfg.cxx')
-rw-r--r--sw/source/uibase/envelp/labelcfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/envelp/labelcfg.cxx b/sw/source/uibase/envelp/labelcfg.cxx
index 69cd8881875f..5167b290d8c4 100644
--- a/sw/source/uibase/envelp/labelcfg.cxx
+++ b/sw/source/uibase/envelp/labelcfg.cxx
@@ -214,7 +214,7 @@ static std::unique_ptr<SwLabRec> lcl_CreateSwLabRec(const OUString& rType, const
}
static Sequence<PropertyValue> lcl_CreateProperties(
- Sequence<OUString>& rPropNames, OUString& rMeasure, const SwLabRec& rRec)
+ Sequence<OUString> const & rPropNames, OUString& rMeasure, const SwLabRec& rRec)
{
const OUString* pNames = rPropNames.getConstArray();
Sequence<PropertyValue> aRet(rPropNames.getLength());