diff options
Diffstat (limited to 'starmath/source/uiobject.cxx')
-rw-r--r-- | starmath/source/uiobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/uiobject.cxx b/starmath/source/uiobject.cxx index 51b0733ff545..a34f10c28341 100644 --- a/starmath/source/uiobject.cxx +++ b/starmath/source/uiobject.cxx @@ -66,7 +66,7 @@ StringMap ElementSelectorUIObject::get_state() if (pElement) aMap["CurrentEntry"] = pElement->getText(); - aMap["CurrentSelection"] = OUString::number(mxElementsSelector->maCurrentSetId); + aMap["CurrentSelection"] = OUString::fromUtf8(mxElementsSelector->msCurrentSetId); return aMap; } |