summaryrefslogtreecommitdiffstats
path: root/sw/inc/PostItMgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r--sw/inc/PostItMgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 391f97a340c6..760fc7f8abe7 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -207,7 +207,7 @@ class SAL_DLLPUBLIC_RTTI SwPostItMgr final : public SfxListener
void ExecuteFormatAllDialog(SwView& rView);
void FormatAll(const SfxItemSet &rNewAttr);
- void Hide( const OUString& rAuthor );
+ void Hide( std::u16string_view rAuthor );
void Hide();
void Show();
void UpdateResolvedStatus(const sw::annotation::SwAnnotationWin* topNote);