Removing a member that's not used.
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user