diff options
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/urihelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/urihelper.hxx b/include/svl/urihelper.hxx index b26a43fcb49f..487dc92a137c 100644 --- a/include/svl/urihelper.hxx +++ b/include/svl/urihelper.hxx @@ -58,7 +58,7 @@ SVL_DLLPUBLIC OUString SmartRel2Abs(INetURLObject const & rTheBaseURIRef, INetURLObject::DecodeMechanism eDecodeMechanism = INetURLObject::DecodeMechanism::ToIUri, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8, bool bRelativeNonURIs = false, - INetURLObject::FSysStyle eStyle = INetURLObject::FSYS_DETECT); + FSysStyle eStyle = FSysStyle::Detect); SVL_DLLPUBLIC void SetMaybeFileHdl(Link<OUString *, bool> const & rTheMaybeFileHdl); |