summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/gloshdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dochdl/gloshdl.cxx')
-rw-r--r--sw/source/uibase/dochdl/gloshdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx
index dcc90033cd9b..c30defd08df8 100644
--- a/sw/source/uibase/dochdl/gloshdl.cxx
+++ b/sw/source/uibase/dochdl/gloshdl.cxx
@@ -705,7 +705,7 @@ bool SwGlossaryHdl::ImportGlossaries( const OUString& rName )
{
std::shared_ptr<const SfxFilter> pFilter;
SfxMedium aMed( rName, StreamMode::READ, nullptr, nullptr );
- SfxFilterMatcher aMatcher( "swriter" );
+ SfxFilterMatcher aMatcher( u"swriter"_ustr );
aMed.UseInteractionHandler( true );
if (aMatcher.GuessFilter(aMed, pFilter, SfxFilterFlags::NONE) == ERRCODE_NONE)
{