summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationControl.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-11-08 08:27:59 +0000
committerOcke Janssen <oj@openoffice.org>2002-11-08 08:27:59 +0000
commit8fd2cae69edbbe2f9bcf67c554cd2b54c7c3bcfc (patch)
tree92165f3b69a0d05f2aedb6c9496af8d0020ba28d /dbaccess/source/ui/inc/RelationControl.hxx
parentb92f05d5caa6aee8655ee2c5084ebdbf18e17fb1 (diff)
#104812# factory method inserted for tablewindows
Diffstat (limited to 'dbaccess/source/ui/inc/RelationControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationControl.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/RelationControl.hxx b/dbaccess/source/ui/inc/RelationControl.hxx
index 2597337a0625..20321d1aa538 100644
--- a/dbaccess/source/ui/inc/RelationControl.hxx
+++ b/dbaccess/source/ui/inc/RelationControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationControl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2002-02-08 08:56:33 $
+ * last change: $Author: oj $ $Date: 2002-11-08 09:27:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,6 +120,7 @@ namespace dbaui
the connection data which is used to init the control
*/
void Init(OTableConnectionData* _pConnData);
+ void lateInit();
BOOL SaveModified();