summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLParagraphContext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-11-17 21:40:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-18 09:28:16 +0100
commit388b624dde64fd6c86f15b21f8ac3e42ce9a9db5 (patch)
tree7ce42cf07202545259422b3a14baaf2932297175 /xmloff/source/chart/SchXMLParagraphContext.cxx
parentf7c8535a1e0bf2deda6c5f6d8d8469f5ab7fa07f (diff)
fastparser in SchXMLTitleContext
Change-Id: Ie11234a520f344e775d6ae4c030cef5c741233a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106026 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/chart/SchXMLParagraphContext.cxx')
-rw-r--r--xmloff/source/chart/SchXMLParagraphContext.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/xmloff/source/chart/SchXMLParagraphContext.cxx b/xmloff/source/chart/SchXMLParagraphContext.cxx
index 75c8be5e4764..85c360d17d84 100644
--- a/xmloff/source/chart/SchXMLParagraphContext.cxx
+++ b/xmloff/source/chart/SchXMLParagraphContext.cxx
@@ -32,20 +32,11 @@ using namespace com::sun::star;
using namespace ::xmloff::token;
SchXMLParagraphContext::SchXMLParagraphContext( SvXMLImport& rImport,
- const OUString& rLocalName,
OUString& rText,
OUString * pOutId /* = 0 */ ) :
- SvXMLImportContext( rImport, XML_NAMESPACE_TEXT, rLocalName ),
- mrText( rText ),
- mpId( pOutId )
-{
-}
-
-SchXMLParagraphContext::SchXMLParagraphContext( SvXMLImport& rImport,
- OUString& rText ) :
SvXMLImportContext( rImport ),
mrText( rText ),
- mpId( nullptr )
+ mpId( pOutId )
{
}