diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:58:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:58:51 +0000 |
commit | dc0f96f635924fe83cd2ac9b693db83092632d59 (patch) | |
tree | 2347dddb003ce4a69fe99905150b910fd7b860df /sfx2/inc | |
parent | 1a984eadb72646351d3e99cdb03a884920bbf615 (diff) |
INTEGRATION: CWS warnings01 (1.10.66); FILE MERGED
2005/11/28 16:12:56 cd 1.10.66.1: #i55991# Remove warnings
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/docvor.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/inc/docvor.hxx b/sfx2/inc/docvor.hxx index 0df763117da2..48eab4e8715b 100644 --- a/sfx2/inc/docvor.hxx +++ b/sfx2/inc/docvor.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docvor.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:52:06 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:58:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,6 +93,7 @@ protected: virtual long ExpandingHdl(); virtual BOOL Select( SvLBoxEntry* pEntry, BOOL bSelect=TRUE ); + using SvLBox::ExecuteDrop; // new d&d virtual DragDropMode NotifyStartDrag( TransferDataContainer&, SvLBoxEntry* ); virtual BOOL NotifyAcceptDrop( SvLBoxEntry* ); @@ -101,6 +102,7 @@ protected: virtual void DragFinished( sal_Int8 nDropAction ); public: + using SvListView::Select; enum DataEnum { VIEW_TEMPLATES, VIEW_FILES } eViewType; SfxOrganizeListBox_Impl( SfxOrganizeDlg_Impl* pDlg, Window* pParent, WinBits, DataEnum ); |