summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/unoDirectSql.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:45:52 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:45:52 +0000
commitbe36e5c86b17415f3b462e1fc209949decac95a6 (patch)
tree85f4a8a6e9c4ff88fe07af4d424b623f3e5f86cc /dbaccess/source/ui/uno/unoDirectSql.hxx
parentef1984ee8f9e0a301689c8868b33e1426bb57341 (diff)
INTEGRATION: CWS oj14 (1.4.8); FILE MERGED
2006/04/25 13:03:21 oj 1.4.8.3: new include 2006/03/20 07:49:02 oj 1.4.8.2: use of module client helper 2006/01/03 07:49:30 oj 1.4.8.1: changed module client
Diffstat (limited to 'dbaccess/source/ui/uno/unoDirectSql.hxx')
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/uno/unoDirectSql.hxx b/dbaccess/source/ui/uno/unoDirectSql.hxx
index 54fb1fc7706f..2f1116f8fef9 100644
--- a/dbaccess/source/ui/uno/unoDirectSql.hxx
+++ b/dbaccess/source/ui/uno/unoDirectSql.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoDirectSql.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:52:50 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:45:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,9 +39,6 @@
#ifndef _SVT_GENERICUNODIALOG_HXX_
#include <svtools/genericunodialog.hxx>
#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
-#endif
#ifndef _DBASHARED_APITOOLS_HXX_
#include "apitools.hxx"
#endif
@@ -54,6 +51,9 @@
#ifndef _COM_SUN_STAR_SDBC_XROWSET_HPP_
#include <com/sun/star/sdbc/XRowSet.hpp>
#endif
+#ifndef _DBAUI_MODULE_DBU_HXX_
+#include "moduledbu.hxx"
+#endif
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
#include <com/sun/star/sdbc/XConnection.hpp>
#endif
@@ -73,8 +73,8 @@ namespace dbaui
class ODirectSQLDialog
:public ODirectSQLDialog_BASE
,public ODirectSQLDialog_PBASE
- ,public OModuleClient
{
+ OModuleClient m_aModuleClient;
::rtl::OUString m_sInitialSelection;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xActiveConnection;
protected: