summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WNameMatch.hxx
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2013-03-26 17:29:01 -0300
committerThomas Arnhold <thomas@arnhold.org>2013-03-28 16:46:15 +0000
commit7ee37c3ac6dd486428ee96eed7f147e2f23c1b80 (patch)
treef4e04483401e11cce6d522addd2ddd06f9936694 /dbaccess/source/ui/inc/WNameMatch.hxx
parent50c0ce4b82c8d0d298ea48fdb88b258fe971b671 (diff)
String::AppendAscii cleanup in dbaccess
Change-Id: I6a6d695c9e4b850bc19a3a80c2d8343147724df6 Reviewed-on: https://gerrit.libreoffice.org/3068 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'dbaccess/source/ui/inc/WNameMatch.hxx')
-rw-r--r--dbaccess/source/ui/inc/WNameMatch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/WNameMatch.hxx b/dbaccess/source/ui/inc/WNameMatch.hxx
index 0beb95559bee..bd2a2de7b15c 100644
--- a/dbaccess/source/ui/inc/WNameMatch.hxx
+++ b/dbaccess/source/ui/inc/WNameMatch.hxx
@@ -64,8 +64,8 @@ namespace dbaui
ImageButton m_ibColumn_down_right;
PushButton m_pbAll;
PushButton m_pbNone;
- String m_sSourceText;
- String m_sDestText;
+ OUString m_sSourceText;
+ OUString m_sDestText;
DECL_LINK( ButtonClickHdl, Button * );
DECL_LINK( RightButtonClickHdl, Button * );