summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:17:55 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:17:55 +0000
commiteec49f614155fbaaa298bda772a0e8bdf6acd415 (patch)
tree7619aaa6ef31862a79906006be5ce1af94119cfe
parentdbfe425b663d4e7c0d75d142c712adfff3f6b063 (diff)
INTEGRATION: CWS dba23a (1.11.64); FILE MERGED
2007/02/22 09:05:51 fs 1.11.64.1: Issue number: i74731 Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.hxx13
-rw-r--r--dbaccess/source/ui/app/AppView.hxx17
2 files changed, 4 insertions, 26 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
index 45684914dc25..4bf9eabc6263 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppDetailPageHelper.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2006-10-05 13:00:13 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:17:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -352,9 +352,6 @@ namespace dbaui
/// <TRUE/> if the preview is enabled
sal_Bool isPreviewEnabled();
- /// switches the current preview
- void switchPreview();
-
/** switches to the given preview mode
@param _eMode
the mode to set for the preview
@@ -382,12 +379,6 @@ namespace dbaui
const ::rtl::OUString& _sName,
sal_Bool _bTable);
- /** disable the controls
- @param _bDisable
- if <TRUE/> then the controls will be disabled otherwise they will be enabled.
- */
- void disableControls(sal_Bool _bDisable);
-
protected:
void DataChanged( const DataChangedEvent& rDCEvt );
};
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index adf582045058..546f16cd75ca 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2006-10-05 13:01:20 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:17:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -284,10 +284,6 @@ namespace dbaui
void elementRemoved(ElementType _eType
,const ::rtl::OUString& _rName );
- /** clears the selection in the icon choice control and calls the handler
- */
- void clearSelection();
-
/** changes the container which should be displayed. The select handler will also be called.
@param _eType
@@ -301,9 +297,6 @@ namespace dbaui
/// <TRUE/> if the preview is enabled
sal_Bool isPreviewEnabled();
- /// switches the current preview
- void switchPreview();
-
/** switches to the given preview mode
@param _eMode
the mode to set for the preview
@@ -334,12 +327,6 @@ namespace dbaui
SvLBoxEntry* getEntry( const Point& _aPosPixel ) const;
- /** disable the controls
- @param _bDisable
- if <TRUE/> then the controls will be disabled otherwise they will be enabled.
- */
- void disableControls(sal_Bool _bDisable);
-
DECL_LINK( SwitchHdl, Accelerator* );
};
}