diff options
author | Peter Burow <pb@openoffice.org> | 2001-06-19 09:45:54 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-06-19 09:45:54 +0000 |
commit | e9aaa0d1c401e7e80c612e16bd12e5374a2535d0 (patch) | |
tree | 714c9f0da9d44b9c800d5355a5f718ee50483db9 /sfx2/source/inc/cfg.hxx | |
parent | 12310db947d950fa5f299b8aa59a086c01da8d10 (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.hxx | 5 |
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 ); }; |