summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableDesignView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-25 06:03:03 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-25 06:03:03 +0000
commite221bba05d53a24f743adbf275376dc21bb61b7a (patch)
tree8ab82c0c45386ad24113cafb6f2a32bb88e2b1b7 /dbaccess/source/ui/inc/TableDesignView.hxx
parentfe7f7274f35e73a61db8443e66386cb853de421b (diff)
#95146# remove m_xController
Diffstat (limited to 'dbaccess/source/ui/inc/TableDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableDesignView.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/TableDesignView.hxx b/dbaccess/source/ui/inc/TableDesignView.hxx
index be2a31705134..f96cdeec374e 100644
--- a/dbaccess/source/ui/inc/TableDesignView.hxx
+++ b/dbaccess/source/ui/inc/TableDesignView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableDesignView.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2002-06-05 08:10:00 $
+ * last change: $Author: oj $ $Date: 2002-07-25 06:59:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,8 +115,6 @@ namespace dbaui
::com::sun::star::lang::Locale m_aLocale;
OTableBorderWindow* m_pWin;
OTableController* m_pController;
- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >
- m_xController; // keep the target of m_pController alive
ChildFocusState m_eChildFocus;
protected: