From c11e65dabcae8fb31206d9159bf856a4a553a7a7 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Thu, 28 Jun 2001 13:26:45 +0000 Subject: #88787# assure that the noone access objects thaould already be disposed --- dbaccess/source/ui/inc/RelationController.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc/RelationController.hxx') 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(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); -- cgit v1.2.3