summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/dbtree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/dbtree.hxx')
-rw-r--r--sw/source/uibase/inc/dbtree.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/dbtree.hxx b/sw/source/uibase/inc/dbtree.hxx
index 863ac1a40083..651654bb9843 100644
--- a/sw/source/uibase/inc/dbtree.hxx
+++ b/sw/source/uibase/inc/dbtree.hxx
@@ -45,8 +45,8 @@ public:
OUString GetDBName(OUString& rTableName, OUString& rColumnName, sal_Bool* pbIsTable = nullptr);
- void Select( const OUString& rDBName, const OUString& rTableName,
- const OUString& rColumnName );
+ void Select( std::u16string_view rDBName, std::u16string_view rTableName,
+ std::u16string_view rColumnName );
void ShowColumns(bool bShowCol);