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 4aed39dd7517..a7c805194983 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -685,7 +685,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);
}
@@ -1179,7 +1179,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);