diff options
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/macrosecurity.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/macrosecurity.hxx b/xmlsecurity/inc/macrosecurity.hxx index 1081dc8bba0f..74d35aeddee3 100644 --- a/xmlsecurity/inc/macrosecurity.hxx +++ b/xmlsecurity/inc/macrosecurity.hxx @@ -115,7 +115,7 @@ private: void FillCertLB(const bool bShowWarnings = false); void ImplCheckButtons(); - void ShowBrokenCertificateError(const OUString& rData); + void ShowBrokenCertificateError(std::u16string_view rData); public: MacroSecurityTrustedSourcesTP(weld::Container* pParent, MacroSecurity* pDlg); |