summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:07:30 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:07:30 +0000
commite528cc7a87e548d56755f3caef6262ea2edf67cf (patch)
treef95e42555a79abb6224ad8808727ae994113e524 /desktop/source
parentc1bfce67a91bcf1b88fb8a0d5ff589ac6a295301 (diff)
INTEGRATION: CWS sb59 (1.9.92); FILE MERGED
2006/07/20 07:55:24 sb 1.9.92.1: #i67537# Made code warning-free.
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/deployment/gui/dp_gui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui.h b/desktop/source/deployment/gui/dp_gui.h
index 9f1e0b9950..a7bb41e918 100644
--- a/desktop/source/deployment/gui/dp_gui.h
+++ b/desktop/source/deployment/gui/dp_gui.h
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_gui.h,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2006-03-06 10:18:28 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:07:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -134,6 +134,7 @@ struct DialogImpl :
virtual void MouseMove( MouseEvent const & evt );
virtual void KeyInput( KeyEvent const & evt );
virtual void RequestingChilds( SvLBoxEntry * pEntry );
+ using SvListView::Expand;
virtual BOOL Expand( SvLBoxEntry * pParent );
virtual void DataChanged( DataChangedEvent const & evt );
virtual PopupMenu * CreateContextMenu(void);