diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-04 16:33:41 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-04 16:34:49 +0200 |
commit | f01c37887016df5fb4101224edf1d97dcf96250d (patch) | |
tree | 04df813bbdc125c748e8ded3f8079da9fbbae575 /dbaccess | |
parent | 7cd378518b38def9cda5a0055a1d7525aad1c427 (diff) |
continue String->OUString conversion
Change-Id: I44b816d6a270e8877e0db1408df4da3434932800
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx index 3e85d379e06e..beb4012c6a1c 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); |