Tag: cws_src680_qiq
User: fs      
Date: 06/05/12 04:09:02

Modified:
 /dba/dbaccess/source/ui/inc/
  JoinDesignView.hxx

Log:
 #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.7.124.1
Delta lines:  +8 -6
-------------------
--- JoinDesignView.hxx  8 Sep 2005 15:29:02 -0000       1.7
+++ JoinDesignView.hxx  12 May 2006 11:09:00 -0000      1.7.124.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: JoinDesignView.hxx,v $
  *
- *  $Revision: 1.7 $
+ *  $Revision: 1.7.124.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 15:29:02 $
+ *  last change: $Author: fs $ $Date: 2006/05/12 11:09:00 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -48,13 +48,13 @@
 #ifndef DBAUI_ENUMTYPES_HXX
 #include "QEnumTypes.hxx"
 #endif
-//#ifndef DBAUI_JOINTABLEVIEW_HXX
-//#include "JoinTableView.hxx"
-//#endif
+
+#include <memory>
 
 namespace dbaui
 {
        class OAddTableDlg;
+    class AddTableDialogContext;
        class OTableConnection;
        class OConnectionLineData;
        class OJoinController;
@@ -68,6 +68,8 @@
                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
+        ::std::auto_ptr< AddTableDialogContext >
+                                m_pDialogContext;
                OJoinController*                m_pController;
 
        public:




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to