summaryrefslogtreecommitdiff
path: root/svx/source/dialog/svxbmpnumvalueset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/svxbmpnumvalueset.cxx')
-rw-r--r--svx/source/dialog/svxbmpnumvalueset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx
index 63a5e5dce802..802e881ec1da 100644
--- a/svx/source/dialog/svxbmpnumvalueset.cxx
+++ b/svx/source/dialog/svxbmpnumvalueset.cxx
@@ -290,7 +290,7 @@ void SvxNumValueSet::UserDraw( const UserDrawEvent& rUDEvt )
aLevelAny >>= aLevel;
aNumberingTypes[i] = 0;
aParentNumberings[i] = 0;
- for(const PropertyValue& rProp : std::as_const(aLevel))
+ for (const PropertyValue& rProp : aLevel)
{
if ( rProp.Name == "NumberingType" )
rProp.Value >>= aNumberingTypes[i];