summaryrefslogtreecommitdiff
path: root/sfx2/source/notify/eventsupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/notify/eventsupplier.cxx')
-rw-r--r--sfx2/source/notify/eventsupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notify/eventsupplier.cxx b/sfx2/source/notify/eventsupplier.cxx
index 6c54b467c488..aa94e1b8e07f 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -437,7 +437,7 @@ void SfxEvents_Impl::NormalizeMacro( const ::comphelper::NamedValueCollection& i
sal_Int32 nArgsPos = aScript.indexOf( '(' );
if ( ( nHashPos != -1 ) && ( nArgsPos == -1 || nHashPos < nArgsPos ) )
{
- OUString aBasMgrName( INetURLObject::decode( aScript.copy( 8, nHashPos-8 ), INetURLObject::DECODE_WITH_CHARSET ) );
+ OUString aBasMgrName( INetURLObject::decode( aScript.copy( 8, nHashPos-8 ), INetURLObject::DecodeMechanism::WithCharset ) );
if ( aBasMgrName == "." )
aLibrary = pDoc->GetTitle();
else
d=939d744cee18642fec24d33436b211c92b8b46f8'>Replace uses of rtl/instance.hxx with plain local static vars in configmgrStephan Bergmann 2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann 2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann 2018-12-28Use indexed getToken()Matteo Casalin 2018-12-28Fix typoAndrea Gelmini 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-11-21improve function-local statics in basic..cuiNoel Grandin 2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski 2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin 2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov 2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov 2018-08-14create appendCopy method in OUStringBufferNoel Grandin 2018-07-09Add missing sal/log.hxx headersGabor Kelemen 2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin 2018-05-09Missing template clone() in configmgr dconf modeStephan Bergmann 2018-05-09Add possibility to read <value xsi:nil="true"/> from winreg conf backendAndras Timar 2018-04-25Winreg config layer: Allow to define external backend separatelyMike Kaganski 2018-04-04Ignore dangling symlink configuration filesStephan Bergmann 2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet 2018-02-08Better return nil than an arbitrary xml:lang="..." valueStephan Bergmann 2018-02-01configmgr: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski