summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-11 12:37:49 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-11 14:30:58 -0400
commitc8e99f447da0148eec097bd6b36ab2e87a354b22 (patch)
tree3002ee648d302128b6296c3333bd2e9626e37c10
parent9c323a4bbe0f7dec33523e87e1c1010dd832d4bf (diff)
Removing a member that's not used.
-rw-r--r--sc/inc/document.hxx1
-rw-r--r--sc/source/core/data/documen2.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 42b294970742..bc96ea5d61cf 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -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;
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx
index ab4abd016147..c22d9778d3f9 100644
--- a/sc/source/core/data/documen2.cxx
+++ b/sc/source/core/data/documen2.cxx
@@ -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;