summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docnew.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/docnew.cxx')
-rw-r--r--sw/source/core/doc/docnew.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 73029d57c10b..92b6edc74fb5 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -367,8 +367,6 @@ SwDoc::SwDoc()
// COMPATIBILITY FLAGS END
//
- pMacroTable = new SvxMacroTableDtor;
-
mpGrammarContact = ::createGrammarContact();
/*
@@ -574,7 +572,6 @@ SwDoc::~SwDoc()
// The BookMarks contain indices to the Content. These must be deleted
// before deleting the Nodes.
pMarkManager->clearAllMarks();
- DELETEZ( pMacroTable );
if( pExtInputRing )
{