From 389875573012c6373d95ef31b12fe8e8104b1233 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Nov 2014 11:42:49 +0200 Subject: remove some unused code in sc Change-Id: I6cd2acaf361ae1947787b5aacc86b75a6e21c379 --- sc/source/ui/inc/tabview.hxx | 2 -- sc/source/ui/inc/undobase.hxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'sc/source/ui/inc') diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index 0bc4751487c4..2aba44dc01e4 100644 --- a/sc/source/ui/inc/tabview.hxx +++ b/sc/source/ui/inc/tabview.hxx @@ -276,8 +276,6 @@ public: void UpdatePageBreakData( bool bForcePaint = false ); - void DrawMarkRect( const Rectangle& rRect ); - ScViewData& GetViewData() { return aViewData; } const ScViewData& GetViewData() const { return aViewData; } diff --git a/sc/source/ui/inc/undobase.hxx b/sc/source/ui/inc/undobase.hxx index 845d1978434c..30670d219e73 100644 --- a/sc/source/ui/inc/undobase.hxx +++ b/sc/source/ui/inc/undobase.hxx @@ -134,8 +134,6 @@ public: ScDBFuncUndo( ScDocShell* pDocSh, const ScRange& rOriginal, SdrUndoAction* pDrawUndo = 0 ); virtual ~ScDBFuncUndo(); - void SetDrawUndoAction( SdrUndoAction* pDrawUndo ); - void BeginUndo(); void EndUndo(); void BeginRedo(); -- cgit