diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/treeopt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 3cfb7ff9e196..171af686a963 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -1154,9 +1154,9 @@ void OfaTreeOptionsDialog::SelectHdl_Impl() { OUStringBuffer sTitleBuf(sTitle); - sTitleBuf.appendAscii(RTL_CONSTASCII_STRINGPARAM(" - ")); + sTitleBuf.append(" - "); sTitleBuf.append(aTreeLB.GetEntryText(pParent)); - sTitleBuf.appendAscii(RTL_CONSTASCII_STRINGPARAM(" - ")); + sTitleBuf.append(" - "); sTitleBuf.append(aTreeLB.GetEntryText(pEntry)); SetText(sTitleBuf.makeStringAndClear()); } |