summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppController.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:45:54 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:45:54 +0000
commit2791f1ea5ad8e06f65e4dc2db95c0f0e9cb0028c (patch)
treed3e231e351a97458fc23a1b84d97dfc062ff1737 /dbaccess/source/ui/app/AppController.hxx
parentb845d8771052491d23d21d29afa69c12052bdc9d (diff)
INTEGRATION: CWS dba18 (1.3.16); FILE MERGED
2004/11/10 15:19:38 oj 1.3.16.2: RESYNC: (1.3-1.5); FILE MERGED 2004/10/15 08:19:16 oj 1.3.16.1: #i30188# statusbar
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 366a114b1996..93ddcb9d27af 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AppController.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 14:30:18 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:45:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,6 +101,10 @@
#ifndef _DBACCESS_UI_CALLBACKS_HXX_
#include "callbacks.hxx"
#endif
+#ifndef _DBAUI_DSNTYPES_HXX_
+#include "dsntypes.hxx"
+#endif
+
#include <memory>
class ListBox;
@@ -169,6 +173,7 @@ namespace dbaui
m_xCurrentContainer; // the container we listen on at the moment
TContainerVector m_aCurrentSubContainers; // the sub container of our current container
TDocuments m_aDocuments;
+ ODsnTypeCollection m_aTypeCollection;
TransferableClipboardListener*
m_pClipbordNotifier; // notifier for changes in the clipboard
mutable ::rtl::OUString m_sDatabaseName;