summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLBlockImport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/SwXMLBlockImport.hxx')
-rw-r--r--sw/source/core/inc/SwXMLBlockImport.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/sw/source/core/inc/SwXMLBlockImport.hxx b/sw/source/core/inc/SwXMLBlockImport.hxx
index 636fe29d6985..f6044938adb4 100644
--- a/sw/source/core/inc/SwXMLBlockImport.hxx
+++ b/sw/source/core/inc/SwXMLBlockImport.hxx
@@ -58,9 +58,6 @@ public:
class SwXMLTextBlockImport : public SvXMLImport
{
-private:
- SwXMLTextBlocks &rBlockList;
-
protected:
// This method is called after the namespace map has been updated, but
// before a context for the current element has been pushed.
@@ -72,12 +69,8 @@ public:
OUString &m_rText;
SwXMLTextBlockImport(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rContext,
- SwXMLTextBlocks &rBlocks, OUString &rNewText, bool bNewTextOnly );
+ OUString &rNewText, bool bNewTextOnly );
- SwXMLTextBlocks& getBlockList()
- {
- return rBlockList;
- }
virtual ~SwXMLTextBlockImport()
throw();
virtual void SAL_CALL endDocument()