summaryrefslogtreecommitdiff
path: root/cui/source/options/optpath.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optpath.cxx')
-rw-r--r--cui/source/options/optpath.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 663532701a71..4e53c34fdb3a 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -483,13 +483,13 @@ void SvxPathTabPage::ChangeCurrentEntry( const OUString& _rFolder )
sUser = pPathImpl->sUserPath;
sWritable = pPathImpl->sWritablePath;
- // old path is an URL?
+ // old path is a URL?
INetURLObject aObj( sWritable );
bool bURL = ( aObj.GetProtocol() != INetProtocol::NotValid );
INetURLObject aNewObj( _rFolder );
aNewObj.removeFinalSlash();
- // then the new path also an URL else system path
+ // then the new path also a URL else system path
OUString sNewPathStr = bURL ? _rFolder : aNewObj.getFSysPath( FSysStyle::Detect );
bool bChanged =