summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undocell.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-11 11:18:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-11 17:11:11 +0200
commitf34f7b65035f0afe1ceac6f5b5d8ddfac824bde9 (patch)
tree959554cb932a5273c5804760462ff21246265a78 /sc/source/ui/inc/undocell.hxx
parentd6500b19afc6a15e63e679765317690eac0d4207 (diff)
-Werror,-Wunused-private-field (various sc)
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
Diffstat (limited to 'sc/source/ui/inc/undocell.hxx')
-rw-r--r--sc/source/ui/inc/undocell.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/ui/inc/undocell.hxx b/sc/source/ui/inc/undocell.hxx
index 29aeb6ff36ac..989ab88e5184 100644
--- a/sc/source/ui/inc/undocell.hxx
+++ b/sc/source/ui/inc/undocell.hxx
@@ -124,7 +124,7 @@ public:
TYPEINFO();
ScUndoEnterValue( ScDocShell* pNewDocShell,
const ScAddress& rNewPos,
- ScBaseCell* pUndoCell, double nVal, sal_Bool bHeight );
+ ScBaseCell* pUndoCell, double nVal );
virtual ~ScUndoEnterValue();
virtual void Undo();
@@ -139,7 +139,6 @@ private:
ScBaseCell* pOldCell;
double nValue;
sal_uLong nEndChangeAction;
- sal_Bool bNeedHeight;
void SetChangeTrack();
};
@@ -151,7 +150,7 @@ public:
TYPEINFO();
ScUndoPutCell( ScDocShell* pNewDocShell,
const ScAddress& rNewPos,
- ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight );
+ ScBaseCell* pUndoCell, ScBaseCell* pRedoCell );
virtual ~ScUndoPutCell();
virtual void Undo();
@@ -166,7 +165,6 @@ private:
ScBaseCell* pOldCell;
ScBaseCell* pEnteredCell;
sal_uLong nEndChangeAction;
- sal_Bool bNeedHeight;
void SetChangeTrack();
};