summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/addresstemplate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/addresstemplate.cxx')
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 2dd42da2aa76..2fae75205aba 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -692,7 +692,7 @@ void AssignmentPersistentData::ImplCommit()
INetURLObject aURL( sName );
if( aURL.GetProtocol() != INetProtocol::NotValid )
{
- OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) );
+ OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::DecodeMechanism::NONE ) );
sName = aFileNotation.get(OFileNotation::N_SYSTEM);
}
@@ -1186,7 +1186,7 @@ void AssignmentPersistentData::ImplCommit()
INetURLObject aURL( sName );
if( aURL.GetProtocol() != INetProtocol::NotValid )
{
- OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) );
+ OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::DecodeMechanism::NONE ) );
sName = aFileNotation.get(OFileNotation::N_SYSTEM);
}
m_pDatasource->InsertEntry(sName);