summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/cfg.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-06-19 09:45:54 +0000
committerPeter Burow <pb@openoffice.org>2001-06-19 09:45:54 +0000
commit84b93e00ed44642f356d8d110ec2f063e728a1e2 (patch)
treecf2290aac3ef019c37a0de2fa3f94c65e2e343d5 /sfx2/source/inc/cfg.hxx
parentc90738ea54e825b5919c0fb89d3a553ea049e2bc (diff)
fix: #88014# menu cfg with new d&d interface
Diffstat (limited to 'sfx2/source/inc/cfg.hxx')
-rw-r--r--sfx2/source/inc/cfg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/cfg.hxx b/sfx2/source/inc/cfg.hxx
index eced2a170e..6637806b0b 100644
--- a/sfx2/source/inc/cfg.hxx
+++ b/sfx2/source/inc/cfg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfg.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mba $ $Date: 2001-06-18 11:56:21 $
+ * last change: $Author: pb $ $Date: 2001-06-19 10:45:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,6 +221,7 @@ public :
#ifndef TF_SVDATA
virtual BOOL QueryDrop( DropEvent& );
#endif
+ virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
virtual BOOL NotifyMoving(SvLBoxEntry*, SvLBoxEntry*, SvLBoxEntry*&, ULONG& );
void Apply( SfxMenuManager* pMgr, SvLBoxEntry *pParent = NULL );
};