summaryrefslogtreecommitdiffstats
path: root/include/sfx2/viewfrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r--include/sfx2/viewfrm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index aedd362f8781..4c62c51aff28 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -158,11 +158,11 @@ public:
const OUString& sSecondaryMessage,
InfobarType aInfobarType,
bool bShowCloseButton=true);
- void RemoveInfoBar(const OUString& sId);
- void UpdateInfoBar(const OUString& sId, const OUString& sPrimaryMessage,
+ void RemoveInfoBar(std::u16string_view sId);
+ void UpdateInfoBar(std::u16string_view sId, const OUString& sPrimaryMessage,
const OUString& sSecondaryMessage,
InfobarType eType);
- bool HasInfoBarWithID(const OUString& sId);
+ bool HasInfoBarWithID(std::u16string_view sId);
void AppendReadOnlyInfobar();
SAL_DLLPRIVATE void GetDocNumber_Impl();