User: obo Date: 2006/07/10 08:28:21 Modified: dba/dbaccess/source/ui/inc/JoinDesignView.hxx
Log: INTEGRATION: CWS qiq (1.7.124); FILE MERGED 2006/05/17 11:45:15 fs 1.7.124.2: #i51143# AddTableDialog is now in the responsibility of the controller, not the view (allows late construction as needed) 2006/05/12 11:09:00 fs 1.7.124.1: #i51143# +m_pDialogContext File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: JoinDesignView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/JoinDesignView.hxx?r1=1.7&r2=1.8 Delta lines: +2 -7 ------------------- --- JoinDesignView.hxx 8 Sep 2005 15:29:02 -0000 1.7 +++ JoinDesignView.hxx 10 Jul 2006 15:28:19 -0000 1.8 @@ -48,13 +48,11 @@ #ifndef DBAUI_ENUMTYPES_HXX #include "QEnumTypes.hxx" #endif -//#ifndef DBAUI_JOINTABLEVIEW_HXX -//#include "JoinTableView.hxx" -//#endif + +#include <memory> namespace dbaui { - class OAddTableDlg; class OTableConnection; class OConnectionLineData; class OJoinController; @@ -67,7 +65,6 @@ protected: OScrollWindowHelper* m_pScrollWindow; // contains only the scrollbars OJoinTableView* m_pTableView; // presents the upper window - OAddTableDlg* m_pAddTabDlg; // create by the first execute of the add table slot OJoinController* m_pController; public: @@ -86,8 +83,6 @@ virtual void SaveTabWinUIConfig(OTableWindow* pWin); OJoinController* getController() const { return m_pController; } - // returs the add table dialog from the design view - OAddTableDlg* getAddTableDialog() { return m_pAddTabDlg; } // called when fields are deleted // called when a table from tabeview was deleted void TableDeleted(const ::rtl::OUString& rAliasName); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
