summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/brwctrlr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:26:49 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:26:49 +0000
commit9de1bbbf54ab205db04b2f71e21430be7c905b42 (patch)
tree7dbecbdc63bd3fe1a0da26d15e7f8ead27930337 /dbaccess/source/ui/inc/brwctrlr.hxx
parentbb5d9786931ae73bae8bc4665fd2ffab4cd0c6c4 (diff)
INTEGRATION: CWS oj14 (1.33.4); FILE MERGED
2007/06/04 18:38:45 oj 1.33.4.4: RESYNC: (1.36-1.37); FILE MERGED 2006/11/07 09:26:46 oj 1.33.4.3: RESYNC: (1.35-1.36); FILE MERGED 2006/07/04 08:07:51 oj 1.33.4.2: RESYNC: (1.33-1.35); FILE MERGED 2006/04/25 13:03:08 oj 1.33.4.1: new include
Diffstat (limited to 'dbaccess/source/ui/inc/brwctrlr.hxx')
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index dd7b5ae01e20..01cf4fb12eca 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: brwctrlr.hxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 10:30:41 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:26:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -102,7 +102,9 @@
#ifndef _CLIPLISTENER_HXX
#include <svtools/cliplistener.hxx>
#endif
-
+#ifndef _DBAUI_MODULE_DBU_HXX_
+#include "moduledbu.hxx"
+#endif
class ResMgr;
struct FmFoundRecordInformation;
struct FmSearchContext;
@@ -133,6 +135,7 @@ namespace dbaui
// for implementing the XFormController
class FormControllerImpl;
friend class FormControllerImpl;
+ OModuleClient m_aModuleClient;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > m_xRowSet; // our rowset
::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier > m_xColumnsSupplier; // queried from the rowset member