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; SfxUndoManager* mpUndoManager;
ScFieldEditEngine* pEditEngine; // uses pEditPool from xPoolHelper ScFieldEditEngine* pEditEngine; // uses pEditPool from xPoolHelper
ScNoteEditEngine* pNoteEngine; // uses pEditPool from xPoolHelper ScNoteEditEngine* pNoteEngine; // uses pEditPool from xPoolHelper
SfxItemPool* pNoteItemPool; // SfxItemPool to be used if pDrawLayer not created.
SfxObjectShell* pShell; SfxObjectShell* pShell;
SfxPrinter* pPrinter; SfxPrinter* pPrinter;
VirtualDevice* pVirtualDevice_100th_mm; VirtualDevice* pVirtualDevice_100th_mm;

View File

@@ -130,7 +130,6 @@ ScDocument::ScDocument( ScDocumentMode eMode,
mpUndoManager( NULL ), mpUndoManager( NULL ),
pEditEngine( NULL ), pEditEngine( NULL ),
pNoteEngine( NULL ), pNoteEngine( NULL ),
pNoteItemPool( NULL ),
pShell( pDocShell ), pShell( pDocShell ),
pPrinter( NULL ), pPrinter( NULL ),
pVirtualDevice_100th_mm( NULL ), pVirtualDevice_100th_mm( NULL ),
@@ -435,7 +434,6 @@ ScDocument::~ScDocument()
delete pChangeTrack; delete pChangeTrack;
delete pEditEngine; delete pEditEngine;
delete pNoteEngine; delete pNoteEngine;
SfxItemPool::Free(pNoteItemPool);
delete pChangeViewSettings; // und weg damit delete pChangeViewSettings; // und weg damit
delete pVirtualDevice_100th_mm; delete pVirtualDevice_100th_mm;