diff options
Diffstat (limited to 'sfx2/source/notebookbar/NotebookbarTabControl.cxx')
-rw-r--r-- | sfx2/source/notebookbar/NotebookbarTabControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notebookbar/NotebookbarTabControl.cxx b/sfx2/source/notebookbar/NotebookbarTabControl.cxx index 66ece2417be2..f9dd28131e11 100644 --- a/sfx2/source/notebookbar/NotebookbarTabControl.cxx +++ b/sfx2/source/notebookbar/NotebookbarTabControl.cxx @@ -304,7 +304,7 @@ void NotebookbarTabControl::FillShortcutsToolBox(Reference<XComponentContext> co sal_uInt16 nType = ItemType::DEFAULT; bool bVisible = true; - for ( const auto& aProp: aPropSequence ) + for ( const auto& aProp: std::as_const(aPropSequence) ) { if ( aProp.Name == "CommandURL" ) aProp.Value >>= aCommandURL; |