diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-09-18 00:05:54 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-25 22:06:48 +0000 |
commit | 8a183e1a7dec63742d6438adc0aa03b9b02396c3 (patch) | |
tree | 9f08356ae66a4824569a594bc20007562b67e77f /sw/source/ui/shells | |
parent | 96d97654611386eae3254ce184b9ad0944d37879 (diff) |
String to OUString
Change-Id: Iee0d6356ad8f06d97f7fa25223f3429857b1309f
Reviewed-on: https://gerrit.libreoffice.org/6024
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/shells')
-rw-r--r-- | sw/source/ui/shells/basesh.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/shells/basesh.cxx b/sw/source/ui/shells/basesh.cxx index 47296ce4c2fc..a4ffed05acb2 100644 --- a/sw/source/ui/shells/basesh.cxx +++ b/sw/source/ui/shells/basesh.cxx @@ -2474,7 +2474,8 @@ void SwBaseShell::InsertTable( SfxRequest& _rRequest ) sal_uInt16 nCols = 0; sal_uInt16 nRows = 0; SwInsertTableOptions aInsTblOpts( tabopts::ALL_TBL_INS_ATTR, 1 ); - OUString aTableName, aAutoName; + OUString aTableName; + OUString aAutoName; SwTableAutoFmt* pTAFmt = 0; if( pArgs && pArgs->Count() >= 2 ) |