unotools/source/config/securityoptions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f414a383821ecc021c107003a74455bf4e54ea9f
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Mon Dec 11 14:03:10 2023 +0100
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Mon Dec 11 14:03:10 2023 +0100

    unotools: oops, fix build
    
    Change-Id: I6bf4ca67aa5bbf2a01296d26851ab22ca067b83a

diff --git a/unotools/source/config/securityoptions.cxx 
b/unotools/source/config/securityoptions.cxx
index b4e1cf0fca84..94e3dabfcf85 100644
--- a/unotools/source/config/securityoptions.cxx
+++ b/unotools/source/config/securityoptions.cxx
@@ -80,7 +80,7 @@ bool IsReadOnly( EOption eOption )
         case SvtSecurityOptions::EOption::MacroTrustedAuthors:
             // the officecfg does not expose isReadOnly for a 
ConfigurationSet, so we have to code this ourself
             bReadonly =
-              
comphelper::detail::ConfigurationWrapper::get().isReadOnly(u"/org.openoffice.Office.Common/Security/Scripting/TrustedAuthors"_ustr);
+              
comphelper::detail::ConfigurationWrapper::get().isReadOnly(OUString(u"/org.openoffice.Office.Common/Security/Scripting/TrustedAuthors"));
             break;
         case SvtSecurityOptions::EOption::CtrlClickHyperlink:
             bReadonly = 
officecfg::Office::Common::Security::Scripting::HyperlinksWithCtrlClick::isReadOnly();

Reply via email to