summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-02-22 15:35:41 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-02-22 16:21:37 +0100
commitf150ed241ff796a25bd1a797155104198b415f18 (patch)
treebce5481ac1cd29b781ad73c2eb5a7606c49f5da2 /dbaccess
parentforce imported xlsx active tab to be shown bnc#748198 (diff)
downloadcore-f150ed241ff796a25bd1a797155104198b415f18.tar.gz
core-f150ed241ff796a25bd1a797155104198b415f18.zip
OUString ctor for string literals without RTL_CONSTASCII stuff
http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index 6e311415d00b..705cb24c2172 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -1916,7 +1916,7 @@ void SbaTableQueryBrowser::Execute(sal_uInt16 nId, const Sequence< PropertyValue
break;
case ID_TREE_CLOSE_CONN:
- openHelpAgent( HID_DSBROWSER_DISCONNECTING );
+ openHelpAgent( rtl::OString( HID_DSBROWSER_DISCONNECTING ));
closeConnection( m_pTreeView->getListBox().GetRootLevelParent( m_pTreeView->getListBox().GetCurEntry() ) );
break;