summaryrefslogtreecommitdiff
path: root/sfx2
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
commite9aaa0d1c401e7e80c612e16bd12e5374a2535d0 (patch)
tree714c9f0da9d44b9c800d5355a5f718ee50483db9 /sfx2
parent12310db947d950fa5f299b8aa59a086c01da8d10 (diff)
fix: #88014# menu cfg with new d&d interface
Diffstat (limited to 'sfx2')
-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 f123ee1d7879..beb83d09de3d 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 );
};