diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-13 16:30:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-15 09:46:48 +0000 |
commit | 45f8271f2f0d3df8ffcaf4af00f2554a57c08bef (patch) | |
tree | d48cccb3f10d0d3e8d706ab6ff8bd259866f810f /sw/inc/swtable.hxx | |
parent | 0aab2230395bb8d2b021359218f481754c6a58c3 (diff) |
String to OUString and some optimizations
Change-Id: I516ca7fe8e40ec091d860fe6fc4dfebb7c24c11c
Reviewed-on: https://gerrit.libreoffice.org/5389
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 29a7fd1158c5..312ddd1fa13f 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -260,7 +260,7 @@ public: // #i80314# // add 3rd parameter in order to control validation check on <rStr> - static sal_uInt16 _GetBoxNum( String& rStr, + static sal_uInt16 _GetBoxNum( OUString& rStr, sal_Bool bFirst = sal_False, const bool bPerformValidCheck = false ); |