summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-17 15:43:21 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:14:16 +0200
commit7287e9cba139f06a4ff53e10d7b8fdd30acad98c (patch)
treee486f89c7dffdad532e14a9e7eb80afe8a6d4139 /sw/source/ui/table
parent8692fc43ac1fbac2c3a1b84051380461f50a790f (diff)
convert sw/inc/swabstdlg.hxx from String to OUString
Change-Id: I5bbababdc0ce9a8c09cb34ddf835a04152fcdacc
Diffstat (limited to 'sw/source/ui/table')
-rw-r--r--sw/source/ui/table/instable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/table/instable.cxx b/sw/source/ui/table/instable.cxx
index 6b00aac8ec72..db78747aa3d0 100644
--- a/sw/source/ui/table/instable.cxx
+++ b/sw/source/ui/table/instable.cxx
@@ -42,8 +42,8 @@ namespace swui
#define ROW_COL_PROD 16384
-void SwInsTableDlg::GetValues( String& rName, sal_uInt16& rRow, sal_uInt16& rCol,
- SwInsertTableOptions& rInsTblOpts, String& rAutoName,
+void SwInsTableDlg::GetValues( OUString& rName, sal_uInt16& rRow, sal_uInt16& rCol,
+ SwInsertTableOptions& rInsTblOpts, OUString& rAutoName,
SwTableAutoFmt *& prTAFmt )
{
sal_uInt16 nInsMode = 0;