summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TEditControl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-27 12:04:57 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:44 +0200
commitb47e4dbc08b782824000f4be477c5d7fa62f51e7 (patch)
tree224fb61bcc16143ba5343445fe789673eef50dee /dbaccess/source/ui/tabledesign/TEditControl.hxx
parent4068562f5d46a7f743d04386647920c0b7094f24 (diff)
convert more of dbaccess from String to OUString
seemed to have missed this the first time around Change-Id: I8b7b78c95c576b178e3e181c7589da81e5189ee3
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TEditControl.hxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TEditControl.hxx b/dbaccess/source/ui/tabledesign/TEditControl.hxx
index c56363eb6ffe..dc2dc0c0ca26 100644
--- a/dbaccess/source/ui/tabledesign/TEditControl.hxx
+++ b/dbaccess/source/ui/tabledesign/TEditControl.hxx
@@ -186,8 +186,8 @@ namespace dbaui
DECL_LINK( InvalidateFieldType, void* );
void InitCellController();
- sal_Int32 HasFieldName( const String& rFieldName );
- String GenerateName( const String& rName );
+ sal_Int32 HasFieldName( const OUString& rFieldName );
+ OUString GenerateName( const OUString& rName );
sal_Bool SetDataPtr( long nRow );
sal_Bool SaveData(long nRow, sal_uInt16 nColumnId);