From 50151db9f740afee7f11a10cc5c61b437bf87caf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 5 Dec 2016 09:27:09 +0200 Subject: convert FSysStyle to o3tl::typed_flags Change-Id: I58a63a0e6f619442f21827064644ecd8ca57b8ff --- xmlsecurity/source/dialogs/macrosecurity.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/source/dialogs') 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); -- cgit