summaryrefslogtreecommitdiffstats
path: root/sd/source/filter/html/pubdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/pubdlg.cxx')
-rw-r--r--sd/source/filter/html/pubdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx
index 47a904bc098e..f156df7d32b6 100644
--- a/sd/source/filter/html/pubdlg.cxx
+++ b/sd/source/filter/html/pubdlg.cxx
@@ -1418,7 +1418,7 @@ void SdPublishingDlg::Load()
m_bDesignListDirty = false;
INetURLObject aURL( SvtPathOptions().GetUserConfigPath() );
- aURL.Append( "designs.sod" );
+ aURL.Append( u"designs.sod" );
// check if file exists, SfxMedium shows an errorbox else
{
@@ -1472,7 +1472,7 @@ void SdPublishingDlg::Load()
bool SdPublishingDlg::Save()
{
INetURLObject aURL( SvtPathOptions().GetUserConfigPath() );
- aURL.Append( "designs.sod" );
+ aURL.Append( u"designs.sod" );
SfxMedium aMedium( aURL.GetMainURL( INetURLObject::DecodeMechanism::NONE ), StreamMode::WRITE | StreamMode::TRUNC );
SvStream* pStream = aMedium.GetOutStream();