summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TEditControl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-04 17:15:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-04 20:36:27 +0000
commit7e1eb03a39b776adf0f479e2801214b1e2d0f6cc (patch)
treebe0aa45b9c88a6c5eb9919dd13205a83bfc01329 /dbaccess/source/ui/tabledesign/TEditControl.hxx
parentcf726ae8514ce9ad8f8a88e2de06a67850543fef (diff)
callcatcher: remove some more recently discovered unused methods
Change-Id: Ib01e444b24ad9288970066a47f3fcf3dbee1fc49
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TEditControl.hxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TEditControl.hxx b/dbaccess/source/ui/tabledesign/TEditControl.hxx
index cd9f73b4f98c..bfae245eca31 100644
--- a/dbaccess/source/ui/tabledesign/TEditControl.hxx
+++ b/dbaccess/source/ui/tabledesign/TEditControl.hxx
@@ -100,8 +100,6 @@ namespace dbaui
virtual void CellModified() SAL_OVERRIDE;
virtual bool SaveModified() SAL_OVERRIDE; // is called before changing a cell (false prevents change)
- void Undo();
- void Redo();
virtual OUString GetCellText(long nRow, sal_uInt16 nColId) const SAL_OVERRIDE;
virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId) SAL_OVERRIDE;
@@ -125,7 +123,6 @@ namespace dbaui
OTableEditorCtrl(vcl::Window* pParentWin);
virtual ~OTableEditorCtrl();
virtual bool CursorMoving(long nNewRow, sal_uInt16 nNewCol) SAL_OVERRIDE;
- void UpdateAll();
SfxUndoManager& GetUndoManager() const;
void SetDescrWin( OTableFieldDescWin* pWin )