[Libreoffice-commits] core.git: dbaccess/source
Lionel Elie Mamane
lionel at mamane.lu
Thu Apr 4 07:35:33 PDT 2013
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f01c37887016df5fb4101224edf1d97dcf96250d
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Thu Apr 4 16:33:41 2013 +0200
continue String->OUString conversion
Change-Id: I44b816d6a270e8877e0db1408df4da3434932800
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 3e85d37..beb4012 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -488,7 +488,7 @@ void OSelectionBrowseBox::InitController(CellControllerRef& /*rController*/, lon
m_pFieldCell->SetText(String());
OUString aField(pEntry->GetField());
- String aTable(pEntry->GetAlias());
+ OUString aTable(pEntry->GetAlias());
getDesignView()->fillValidFields(aTable, m_pFieldCell);
More information about the Libreoffice-commits
mailing list