summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xtable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xoutdev/xtable.cxx')
-rw-r--r--svx/source/xoutdev/xtable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xtable.cxx b/svx/source/xoutdev/xtable.cxx
index c5cd0c549602..bae363fb044b 100644
--- a/svx/source/xoutdev/xtable.cxx
+++ b/svx/source/xoutdev/xtable.cxx
@@ -227,7 +227,7 @@ bool XPropertyList::Load()
INetURLObject aURL( maPath );
- if( INET_PROT_NOT_VALID == aURL.GetProtocol() )
+ if( INetProtocol::NOT_VALID == aURL.GetProtocol() )
{
DBG_ASSERT( maPath.isEmpty(), "invalid URL" );
return false;
@@ -258,7 +258,7 @@ bool XPropertyList::Save()
{
INetURLObject aURL( maPath );
- if( INET_PROT_NOT_VALID == aURL.GetProtocol() )
+ if( INetProtocol::NOT_VALID == aURL.GetProtocol() )
{
DBG_ASSERT( maPath.isEmpty(), "invalid URL" );
return false;