cui/source/options/treeopt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1706da9c8643fbbf42626a5f517ca753dd0ceffb
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon May 19 17:54:44 2014 +0200

    OUString -> OString
    
    Change-Id: Iaf8e63de6bab25cdac9b037a7223675eed88673a

diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 2899037..69f6851 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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to