diff options
Diffstat (limited to 'xmlsecurity/source/dialogs/macrosecurity.cxx')
-rw-r--r-- | xmlsecurity/source/dialogs/macrosecurity.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx index 62f67cbfd31e..01d188049996 100644 --- a/xmlsecurity/source/dialogs/macrosecurity.cxx +++ b/xmlsecurity/source/dialogs/macrosecurity.cxx @@ -270,7 +270,7 @@ IMPL_LINK_NOARG(MacroSecurityTrustedSourcesTP, AddLocPBHdl, Button*, void) // then the new path also an URL else system path OUString aSystemFileURL = ( aNewObj.GetProtocol() != INetProtocol::NotValid ) ? - aPathStr : aNewObj.getFSysPath( INetURLObject::FSYS_DETECT ); + aPathStr : aNewObj.getFSysPath( FSysStyle::Detect ); OUString aNewPathStr(aSystemFileURL); |