summaryrefslogtreecommitdiff
path: root/cui/source/options/treeopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/treeopt.cxx')
-rw-r--r--cui/source/options/treeopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 289903772c78..69f68513a910 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -1191,7 +1191,7 @@ void OfaTreeOptionsDialog::SelectHdl_Impl()
//fdo#58170 use current page's layout child HelpId, unless there isn't a
//current page
- OUString sHelpId(HID_OFADLG_TREELISTBOX);
+ OString sHelpId(HID_OFADLG_TREELISTBOX);
if (::isLayoutEnabled(pNewPage))
{
Window *pFirstChild = pNewPage->GetWindow(WINDOW_FIRSTCHILD);