summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbinsdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-09 11:50:56 +0200
committerNoel Grandin <noel@peralex.com>2013-10-10 09:19:04 +0200
commit3acd7ab515ab6e97c9110b89d13136d94be5eef6 (patch)
treeecdce8beb3fd0be63b22305d937b043d931fcea1 /sw/source/ui/dbui/dbinsdlg.cxx
parent79f52d249fe043e6ec54be6ffa0c71a748920394 (diff)
convert sw/source/ui/inc/d*.hxx from String to OUString
Change-Id: I5ef0592411169884693d01dc497c53897c0b5928
Diffstat (limited to 'sw/source/ui/dbui/dbinsdlg.cxx')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 95bac6ed83bb..051b0a6b6163 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -861,7 +861,7 @@ static void lcl_InsTextInArr( const String& rTxt, _DB_Columns& rColArr )
}
}
-bool SwInsertDBColAutoPilot::SplitTextToColArr( const String& rTxt,
+bool SwInsertDBColAutoPilot::SplitTextToColArr( const OUString& rTxt,
_DB_Columns& rColArr,
sal_Bool bInsField )
{