summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/filter/xml/xmlfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlfilter.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlfilter.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/reportdesign/source/filter/xml/xmlfilter.hxx b/reportdesign/source/filter/xml/xmlfilter.hxx
index 9e4970d97d3d..07bc1fc42f8e 100644
--- a/reportdesign/source/filter/xml/xmlfilter.hxx
+++ b/reportdesign/source/filter/xml/xmlfilter.hxx
@@ -84,6 +84,8 @@ private:
TGroupFunctionMap m_aFunctions;
com::sun::star::uno::Any m_aViewSettings;
Reference< XComponent > m_xSrcDoc;
+
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
mutable ::std::auto_ptr<SvXMLTokenMap> m_pDocElemTokenMap;
mutable ::std::auto_ptr<SvXMLTokenMap> m_pReportElemTokenMap;
mutable ::std::auto_ptr<SvXMLTokenMap> m_pGroupsElemTokenMap;
@@ -97,6 +99,7 @@ private:
mutable ::std::auto_ptr<SvXMLTokenMap> m_pFormatElemTokenMap;
mutable ::std::auto_ptr<SvXMLTokenMap> m_pColumnTokenMap;
mutable ::std::auto_ptr<SvXMLTokenMap> m_pCellElemTokenMap;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
UniReference < XMLPropertyHandlerFactory > m_xPropHdlFactory;
UniReference < XMLPropertySetMapper > m_xCellStylesPropertySetMapper;