summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/querytablebuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/querytablebuffer.cxx')
-rw-r--r--sc/source/filter/oox/querytablebuffer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/querytablebuffer.cxx b/sc/source/filter/oox/querytablebuffer.cxx
index 9ab1c550a14a..a3800acd5a81 100644
--- a/sc/source/filter/oox/querytablebuffer.cxx
+++ b/sc/source/filter/oox/querytablebuffer.cxx
@@ -63,9 +63,9 @@ const sal_uInt32 BIFF12_QUERYTABLE_APPLYBORDER = 0x00020000;
const sal_uInt32 BIFF12_QUERYTABLE_APPLYFILL = 0x00040000;
const sal_uInt32 BIFF12_QUERYTABLE_APPLYPROTECTION = 0x00080000;
-void lclAppendWebQueryTableName( OUStringBuffer& rTables, const OUString& rTableName )
+void lclAppendWebQueryTableName( OUStringBuffer& rTables, std::u16string_view rTableName )
{
- if( !rTableName.isEmpty() )
+ if( !rTableName.empty() )
{
if( !rTables.isEmpty() )
rTables.append( ';' );