summaryrefslogtreecommitdiff
path: root/include/svtools/insdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/insdlg.hxx')
-rw-r--r--include/svtools/insdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx
index 58be96c4fe90..826933bd32d1 100644
--- a/include/svtools/insdlg.hxx
+++ b/include/svtools/insdlg.hxx
@@ -46,7 +46,7 @@ private:
std::vector< SvObjectServer > aObjectServerList;
public:
- const SvObjectServer * Get( const OUString & rHumanName ) const;
+ const SvObjectServer * Get( std::u16string_view rHumanName ) const;
const SvObjectServer * Get( const SvGlobalName & ) const;
void Remove( const SvGlobalName & );
void FillInsertObjects();