summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/txtimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r--xmloff/source/text/txtimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index 2edf2d8f3f37..e5942678447c 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -1280,7 +1280,7 @@ static bool lcl_HasListStyle( const OUString& sStyleName,
const Reference < XNameContainer >& xParaStyles,
SvXMLImport const & rImport,
const OUString& sNumberingStyleName,
- const OUString& sOutlineStyleName )
+ std::u16string_view sOutlineStyleName )
{
bool bRet( false );
@@ -1818,8 +1818,8 @@ OUString XMLTextImportHelper::SetStyleAndAttrs(
{
if ( !lcl_HasListStyle( sStyleName,
m_xImpl->m_xParaStyles, GetXMLImport(),
- "NumberingStyleName",
- "" ) )
+ u"NumberingStyleName",
+ u"" ) )
{
// heading not in a list --> apply outline style
xPropSet->setPropertyValue( s_NumberingRules,