diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-04 11:42:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-04 11:43:20 +0200 |
commit | 389875573012c6373d95ef31b12fe8e8104b1233 (patch) | |
tree | 7dbdcb04255b409627e148943d7621cf77d2b357 /sc/source/ui/inc | |
parent | 5310dfe1cdf4cfa1f86036476694a076b71671db (diff) |
remove some unused code in sc
Change-Id: I6cd2acaf361ae1947787b5aacc86b75a6e21c379
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/tabview.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/undobase.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
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(); |