summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLParagraphContext.cxx
diff options
context:
space:
mode:
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 )
{
}