summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinController.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-23 11:30:27 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-23 11:30:27 +0000
commitc7bdf73b326c09bd4744725843d78c5b3f7805f6 (patch)
treec3370f1e4e2c52a14ae2888dd0ee1e0e06e04fb4 /dbaccess/source/ui/inc/JoinController.hxx
parent77ae945975aa441a227670a48171988b3746b489 (diff)
#93566# slot fixes
Diffstat (limited to 'dbaccess/source/ui/inc/JoinController.hxx')
-rw-r--r--dbaccess/source/ui/inc/JoinController.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/JoinController.hxx b/dbaccess/source/ui/inc/JoinController.hxx
index 36262b431a11..bb93dcec4820 100644
--- a/dbaccess/source/ui/inc/JoinController.hxx
+++ b/dbaccess/source/ui/inc/JoinController.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinController.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2001-08-24 14:18:41 $
+ * last change: $Author: oj $ $Date: 2001-10-23 12:30:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,6 +147,9 @@ namespace dbaui
// ::com::sun::star::lang::XComponent
virtual void SAL_CALL disposing();
+ // ::com::sun::star::frame::XController
+ virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeException );
+
//
virtual void Load(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxIn);
@@ -171,6 +174,10 @@ namespace dbaui
}
protected:
virtual OTableWindowData* createTableWindowData() = 0;
+ // ask the user if the design should be saved when it is modified
+ virtual short saveModified() = 0;
+ // called when the orignal state should be reseted (first time load)
+ virtual void reset() = 0;
virtual void AddSupportedFeatures();
virtual OJoinDesignView* getJoinView();