From 0351bec874f7e83c437e485e8d61a41f32718e25 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 21 Jul 2022 12:34:49 +0200 Subject: use more o3tl::span which means we can reserve precisely the right number of entries when building maps Change-Id: I580414699289369de4730caae09829bbd8759e82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137292 Tested-by: Jenkins Reviewed-by: Noel Grandin --- forms/source/richtext/richtextunowrapper.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'forms') diff --git a/forms/source/richtext/richtextunowrapper.cxx b/forms/source/richtext/richtextunowrapper.cxx index d9c4269216ea..fbf4b875e3af 100644 --- a/forms/source/richtext/richtextunowrapper.cxx +++ b/forms/source/richtext/richtextunowrapper.cxx @@ -51,7 +51,6 @@ namespace frm SVX_UNOEDIT_PARA_PROPERTIES, { u"TextUserDefinedAttributes", EE_CHAR_XMLATTRIBS, cppu::UnoType::get(), 0, 0 }, { u"ParaUserDefinedAttributes", EE_PARA_XMLATTRIBS, cppu::UnoType::get(), 0, 0 }, - { u"", 0, css::uno::Type(), 0, 0 } }; static SvxItemPropertySet aTextEnginePropertySet( aTextEnginePropertyMap, SdrObject::GetGlobalDrawObjectItemPool() ); return &aTextEnginePropertySet; -- cgit v1.2.3