summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableController.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-10-09 07:53:29 +0000
committerFrank Schönheit <fs@openoffice.org>2002-10-09 07:53:29 +0000
commit051984eb15c00a30e8bd6478fce9eadd84382881 (patch)
treef6fd95eff99c00f46aa315c6b71bccd8cffaa0f8 /dbaccess/source/ui/inc/TableController.hxx
parent4af24319d69da65a0fd322073959123dee7d8d31 (diff)
#104073# no own undo manager, the base class has one since the fix for 99473
Diffstat (limited to 'dbaccess/source/ui/inc/TableController.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableController.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx
index ddba787f78b1..ffe59bad4201 100644
--- a/dbaccess/source/ui/inc/TableController.hxx
+++ b/dbaccess/source/ui/inc/TableController.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableController.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: oj $ $Date: 2002-09-20 11:06:11 $
+ * last change: $Author: fs $ $Date: 2002-10-09 08:53:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,6 @@ namespace dbaui
class OTableController : public OTableController_BASE
{
private:
- SfxUndoManager m_aUndoManager;
::std::vector<OTableRow*> m_vRowList;
OTypeInfoMap m_aTypeInfo;
::std::vector<OTypeInfoMap::iterator> m_aTypeInfoIndex;