summaryrefslogtreecommitdiffstats
path: root/framework/source/fwe/helper/titlehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/helper/titlehelper.cxx')
-rw-r--r--framework/source/fwe/helper/titlehelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/helper/titlehelper.cxx b/framework/source/fwe/helper/titlehelper.cxx
index ee5cbf946007..4e2cfdae1f6d 100644
--- a/framework/source/fwe/helper/titlehelper.cxx
+++ b/framework/source/fwe/helper/titlehelper.cxx
@@ -618,7 +618,7 @@ OUString TitleHelper::impl_convertURL2Title(const OUString& sURL)
INetURLObject aURL (sURL);
OUString sTitle;
- if (aURL.GetProtocol() == INetProtocol::FILE)
+ if (aURL.GetProtocol() == INetProtocol::File)
{
if (aURL.HasMark())
aURL = INetURLObject(aURL.GetURLNoMark());