diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-08 11:48:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-08 13:04:46 +0100 |
commit | 5298b1b32d90002be8d09fe82955550c18eae8bc (patch) | |
tree | 3af0cf62eed719894b77c99d1e0896c7ad260c25 /xmloff | |
parent | 3e6613964f10ff10b71188293a2e4d4d1b29944c (diff) |
callcatcher: ditch some more methods
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/txtimp.hxx | 3 | ||||
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 15 |
2 files changed, 0 insertions, 18 deletions
diff --git a/xmloff/inc/xmloff/txtimp.hxx b/xmloff/inc/xmloff/txtimp.hxx index 1896ef227970..7a863e4cf47f 100644 --- a/xmloff/inc/xmloff/txtimp.hxx +++ b/xmloff/inc/xmloff/txtimp.hxx @@ -560,14 +560,11 @@ public: UniReference< SvXMLImportPropertyMapper > const& GetTextImportPropertySetMapper() const; UniReference< SvXMLImportPropertyMapper > const& - GetFrameImportPropertySetMapper() const; - UniReference< SvXMLImportPropertyMapper > const& GetSectionImportPropertySetMapper() const; UniReference< SvXMLImportPropertyMapper > const& GetRubyImportPropertySetMapper() const; static SvXMLImportPropertyMapper *CreateShapeExtPropMapper(SvXMLImport&); - static SvXMLImportPropertyMapper *CreateCharExtPropMapper(SvXMLImport&, XMLFontStylesContext *pFontDecls = NULL); static SvXMLImportPropertyMapper *CreateParaExtPropMapper(SvXMLImport&, XMLFontStylesContext *pFontDecls = NULL); static SvXMLImportPropertyMapper* CreateParaDefaultExtPropMapper(SvXMLImport&, XMLFontStylesContext* pFontDecls = NULL); static SvXMLImportPropertyMapper* CreateTableDefaultExtPropMapper(SvXMLImport&, XMLFontStylesContext* pFontDecls = NULL); diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index d5faddd88f64..4468c059e3f0 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -748,12 +748,6 @@ XMLTextImportHelper::GetTextImportPropertySetMapper() const } UniReference< SvXMLImportPropertyMapper > const& -XMLTextImportHelper::GetFrameImportPropertySetMapper() const -{ - return m_pImpl->m_xFrameImpPrMap; -} - -UniReference< SvXMLImportPropertyMapper > const& XMLTextImportHelper::GetSectionImportPropertySetMapper() const { return m_pImpl->m_xSectionImpPrMap; @@ -1078,15 +1072,6 @@ SvXMLImportPropertyMapper *XMLTextImportHelper::CreateShapeExtPropMapper(SvXMLIm const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()) ); } -SvXMLImportPropertyMapper *XMLTextImportHelper::CreateCharExtPropMapper(SvXMLImport& rImport, XMLFontStylesContext *pFontDecls) -{ - XMLPropertySetMapper *pPropMapper = - new XMLTextPropertySetMapper( TEXT_PROP_MAP_TEXT ); - if (!pFontDecls) - pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); - return new XMLTextImportPropertyMapper( pPropMapper, rImport, pFontDecls ); -} - SvXMLImportPropertyMapper *XMLTextImportHelper::CreateParaExtPropMapper(SvXMLImport& rImport, XMLFontStylesContext *pFontDecls) { XMLPropertySetMapper *pPropMapper = |