summaryrefslogtreecommitdiff
path: root/include/xmloff/txtimppr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/txtimppr.hxx')
-rw-r--r--include/xmloff/txtimppr.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/xmloff/txtimppr.hxx b/include/xmloff/txtimppr.hxx
index ae58bdd9f55e..0bae7ed87635 100644
--- a/include/xmloff/txtimppr.hxx
+++ b/include/xmloff/txtimppr.hxx
@@ -28,7 +28,6 @@ class XMLOFF_DLLPUBLIC XMLTextImportPropertyMapper : public SvXMLImportPropertyM
{
sal_Int32 nSizeTypeIndex;
sal_Int32 nWidthTypeIndex;
- SvXMLImportContextRef xFontDecls;
void FontFinished(
XMLPropertyState *pFontFamilyNameState,
@@ -58,12 +57,9 @@ protected:
public:
XMLTextImportPropertyMapper(
const UniReference< XMLPropertySetMapper >& rMapper,
- SvXMLImport& rImport,
- XMLFontStylesContext *pFontDecls = 0 );
+ SvXMLImport& rImport );
virtual ~XMLTextImportPropertyMapper();
- void SetFontDecls( XMLFontStylesContext *pFontDecls );
-
/** This method is called when all attributes have benn processed. It may be used to remove items that are incomplete */
virtual void finished(
::std::vector< XMLPropertyState >& rProperties,