diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-19 17:54:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-19 17:54:44 +0200 |
commit | 1706da9c8643fbbf42626a5f517ca753dd0ceffb (patch) | |
tree | 770a21acfd34868350edb27e97b57310e67b5805 /cui | |
parent | 98019536daeac4c136ce9b327545a27da6dbb2e0 (diff) |
OUString -> OString
Change-Id: Iaf8e63de6bab25cdac9b037a7223675eed88673a
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/treeopt.cxx | 2 |
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); |