summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/methods.cxx')
-rw-r--r--basic/source/runtime/methods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index e8502f45d3ed..8dbdf8e4f883 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -628,7 +628,7 @@ RTLFUNC(MkDir)
// In vba if the full path is not specified then
// folder is created relative to the curdir
INetURLObject aURLObj( getFullPath( aPath ) );
- if ( aURLObj.GetProtocol() != INET_PROT_FILE )
+ if ( aURLObj.GetProtocol() != INetProtocol::FILE )
{
SbxArrayRef pPar = new SbxArray();
SbxVariableRef pResult = new SbxVariable();