summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ClassificationDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/ClassificationDialog.cxx')
-rw-r--r--svx/source/dialog/ClassificationDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/ClassificationDialog.cxx b/svx/source/dialog/ClassificationDialog.cxx
index 78fc83bec15e..03f38bb2f389 100644
--- a/svx/source/dialog/ClassificationDialog.cxx
+++ b/svx/source/dialog/ClassificationDialog.cxx
@@ -335,7 +335,7 @@ void ClassificationDialog::readRecentlyUsed()
// Convert string to classification type, but continue only if
// conversion was successful.
- if (stringToClassificationType(aWalker.attribute("type"), eType))
+ if (stringToClassificationType(aWalker.attribute("type"_ostr), eType))
{
aWalker.children();