summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationController.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-06-28 13:26:45 +0000
committerOcke Janssen <oj@openoffice.org>2001-06-28 13:26:45 +0000
commitc11e65dabcae8fb31206d9159bf856a4a553a7a7 (patch)
tree356784026592cf33476dc6a4e012b40528999788 /dbaccess/source/ui/inc/RelationController.hxx
parent8b6dead99ca0b0ad138a80357720e350e81373b6 (diff)
#88787# assure that the noone access objects thaould already be disposed
Diffstat (limited to 'dbaccess/source/ui/inc/RelationController.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationController.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/RelationController.hxx b/dbaccess/source/ui/inc/RelationController.hxx
index cbec93be3..341557b82 100644
--- a/dbaccess/source/ui/inc/RelationController.hxx
+++ b/dbaccess/source/ui/inc/RelationController.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationController.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-06-21 17:43:46 $
+ * last change: $Author: oj $ $Date: 2001-06-28 14:26:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,6 +93,10 @@ namespace dbaui
ORelationDesignView* getRelationView() { return static_cast<ORelationDesignView*>(m_pView); }
void loadData();
sal_Bool existsTable(const ::rtl::OUString& _rComposedTableName) const;
+ // ask the user if the design should be saved when it is modified
+ short saveModified();
+ // load the window positions out of the datasource
+ void loadLayoutInformation();
public:
ORelationController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM);