Removing a member that's not used.
This commit is contained in:
@@ -237,7 +237,6 @@ private:
|
||||
SfxUndoManager* mpUndoManager;
|
||||
ScFieldEditEngine* pEditEngine; // uses pEditPool from xPoolHelper
|
||||
ScNoteEditEngine* pNoteEngine; // uses pEditPool from xPoolHelper
|
||||
SfxItemPool* pNoteItemPool; // SfxItemPool to be used if pDrawLayer not created.
|
||||
SfxObjectShell* pShell;
|
||||
SfxPrinter* pPrinter;
|
||||
VirtualDevice* pVirtualDevice_100th_mm;
|
||||
|
@@ -130,7 +130,6 @@ ScDocument::ScDocument( ScDocumentMode eMode,
|
||||
mpUndoManager( NULL ),
|
||||
pEditEngine( NULL ),
|
||||
pNoteEngine( NULL ),
|
||||
pNoteItemPool( NULL ),
|
||||
pShell( pDocShell ),
|
||||
pPrinter( NULL ),
|
||||
pVirtualDevice_100th_mm( NULL ),
|
||||
@@ -435,7 +434,6 @@ ScDocument::~ScDocument()
|
||||
delete pChangeTrack;
|
||||
delete pEditEngine;
|
||||
delete pNoteEngine;
|
||||
SfxItemPool::Free(pNoteItemPool);
|
||||
delete pChangeViewSettings; // und weg damit
|
||||
delete pVirtualDevice_100th_mm;
|
||||
|
||||
|
Reference in New Issue
Block a user