summaryrefslogtreecommitdiff
path: root/svx/source/mnuctrls/smarttagmenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/mnuctrls/smarttagmenu.cxx')
-rw-r--r--svx/source/mnuctrls/smarttagmenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/mnuctrls/smarttagmenu.cxx b/svx/source/mnuctrls/smarttagmenu.cxx
index 106234bde46c..dd55876b85ed 100644
--- a/svx/source/mnuctrls/smarttagmenu.cxx
+++ b/svx/source/mnuctrls/smarttagmenu.cxx
@@ -76,7 +76,7 @@ void SmartTagMenuController::statusChanged( const css::frame::FeatureStateEvent&
OUString aApplicationName;
OUString aRangeText;
- for ( const auto& aProperty : aProperties )
+ for ( const auto& aProperty : std::as_const(aProperties) )
{
if ( aProperty.Name == "ActionComponents" )
aProperty.Value >>= aActionComponents;