summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppView.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:46:36 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:46:36 +0000
commite1600d13ee9b76537da8fccf42d75053c501f208 (patch)
treed088b0aaee64db86d85d1eea7ed214be71c2b686 /dbaccess/source/ui/app/AppView.hxx
parentINTEGRATION: CWS dba18 (1.3.16); FILE MERGED (diff)
downloadcore-e1600d13ee9b76537da8fccf42d75053c501f208.tar.gz
core-e1600d13ee9b76537da8fccf42d75053c501f208.zip
INTEGRATION: CWS dba18 (1.3.16); FILE MERGED
2004/11/10 15:20:40 oj 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/15 08:19:17 oj 1.3.16.1: #i30188# statusbar
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r--dbaccess/source/ui/app/AppView.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index bf54fc020db9..73ad2b82d2bf 100644
--- a/dbaccess/source/ui/app/AppView.hxx
+++ b/dbaccess/source/ui/app/AppView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AppView.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-22 12:01:44 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:46:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,9 +76,6 @@
#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
#include <com/sun/star/ucb/XContent.hpp>
#endif
-#ifndef _SV_STATUS_HXX
-#include <vcl/status.hxx>
-#endif
#ifndef _SV_FIXED_HXX
#include <vcl/fixed.hxx>
#endif
@@ -142,7 +139,6 @@ namespace dbaui
NONE
};
private:
- StatusBar m_aStatusBar;
::com::sun::star::lang::Locale m_aLocale;
::com::sun::star::uno::Reference<
::com::sun::star::frame::XController>
@@ -367,8 +363,6 @@ namespace dbaui
SvLBoxEntry* getEntry( const Point& _aPosPixel ) const;
- void setStatusInformations(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDatasource);
-
/** disable the controls
@param _bDisable
if <TRUE/> then the controls will be disabled otherwise they will be enabled.