summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/glossary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/glossary.hxx')
-rw-r--r--sw/source/uibase/inc/glossary.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/glossary.hxx b/sw/source/uibase/inc/glossary.hxx
index 7f0dab68901f..4ac5b6c8e4ec 100644
--- a/sw/source/uibase/inc/glossary.hxx
+++ b/sw/source/uibase/inc/glossary.hxx
@@ -95,7 +95,7 @@ class SwGlossaryDlg : public SfxDialogController
void Apply();
void Init();
- std::unique_ptr<weld::TreeIter> DoesBlockExist(const OUString& sBlock, const OUString& rShort);
+ std::unique_ptr<weld::TreeIter> DoesBlockExist(std::u16string_view sBlock, std::u16string_view rShort);
void ShowAutoText(const OUString& rGroup, const OUString& rShortName);
void ResumeShowAutoText();