summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppView.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:18:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:18:05 +0000
commit25868d37467afc0bfacd8efc58b1f563870204d1 (patch)
treec122691b43619d9bbd2cf09727776a69e9fd8b2b /dbaccess/source/ui/app/AppView.hxx
parentINTEGRATION: CWS dba201b (1.9.22); FILE MERGED (diff)
downloadcore-25868d37467afc0bfacd8efc58b1f563870204d1.tar.gz
core-25868d37467afc0bfacd8efc58b1f563870204d1.zip
INTEGRATION: CWS dba201b (1.6.84); FILE MERGED
2005/09/21 07:51:07 oj 1.6.84.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/11 13:37:12 fs 1.6.84.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r--dbaccess/source/ui/app/AppView.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index 9ceb2f643c73..c3cc9c3044bb 100644
--- a/dbaccess/source/ui/app/AppView.hxx
+++ b/dbaccess/source/ui/app/AppView.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppView.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:23:13 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:18:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -90,7 +90,7 @@ namespace dbaui
// Window
virtual void DataChanged( const DataChangedEvent& rDCEvt );
public:
- OAppBorderWindow(OApplicationView* _pParent);
+ OAppBorderWindow(OApplicationView* _pParent,PreviewMode _ePreviewMode);
virtual ~OAppBorderWindow();
// window overloads
@@ -149,6 +149,7 @@ namespace dbaui
,IContainerFoundListener* _pContainerListener
,IViewChangeListener* _pViewChangeListener
,const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController>& _xController
+ ,PreviewMode _ePreviewMode
);
virtual ~OApplicationView();