Removing a member that's not used.

This commit is contained in:
Kohei Yoshida
2012-04-11 12:37:49 -04:00
parent 9c323a4bbe
commit c8e99f447d
2 changed files with 0 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;