Kaydet (Commit) 18bad3e4 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Bosdonnat Cedric

Remove unused member SwDoc::pMacroTable

Change-Id: Ic09b960b675d674a16f7f252ed2a974c4e25505b
Reviewed-on: https://gerrit.libreoffice.org/680Tested-by: 's avatarBosdonnat Cedric <cedric.bosdonnat@free.fr>
Reviewed-by: 's avatarBosdonnat Cedric <cedric.bosdonnat@free.fr>
üst 78b99d37
...@@ -343,7 +343,6 @@ class SW_DLLPUBLIC SwDoc : ...@@ -343,7 +343,6 @@ class SW_DLLPUBLIC SwDoc :
SwLineNumberInfo*pLineNumberInfo; SwLineNumberInfo*pLineNumberInfo;
SwFtnIdxs *pFtnIdxs; SwFtnIdxs *pFtnIdxs;
SwDocStat *pDocStat; ///< Statistics information. SwDocStat *pDocStat; ///< Statistics information.
SvxMacroTableDtor *pMacroTable; ///< table of macros.
SwDocShell *pDocShell; ///< Ptr to SfxDocShell of Doc. SwDocShell *pDocShell; ///< Ptr to SfxDocShell of Doc.
SfxObjectShellLock xTmpDocShell; ///< A temporary shell that is used to copy OLE-Nodes SfxObjectShellLock xTmpDocShell; ///< A temporary shell that is used to copy OLE-Nodes
......
...@@ -367,8 +367,6 @@ SwDoc::SwDoc() ...@@ -367,8 +367,6 @@ SwDoc::SwDoc()
// COMPATIBILITY FLAGS END // COMPATIBILITY FLAGS END
// //
pMacroTable = new SvxMacroTableDtor;
mpGrammarContact = ::createGrammarContact(); mpGrammarContact = ::createGrammarContact();
/* /*
...@@ -574,7 +572,6 @@ SwDoc::~SwDoc() ...@@ -574,7 +572,6 @@ SwDoc::~SwDoc()
// The BookMarks contain indices to the Content. These must be deleted // The BookMarks contain indices to the Content. These must be deleted
// before deleting the Nodes. // before deleting the Nodes.
pMarkManager->clearAllMarks(); pMarkManager->clearAllMarks();
DELETEZ( pMacroTable );
if( pExtInputRing ) if( pExtInputRing )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment