diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-05-31 10:32:00 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-05-31 10:32:00 +0000 |
commit | 4f9d6868d6da5567a17d75a11c2b631725df587d (patch) | |
tree | 4e01d304bbf659ff0e6cdb4d4e1b1619ef3e6048 /svx/source/editeng/impedit.hxx | |
parent | 74a160afae382f53ea91cfed1247c8d6dd63bf1c (diff) |
#87421# Don't remove DDListeners twice
Diffstat (limited to 'svx/source/editeng/impedit.hxx')
-rw-r--r-- | svx/source/editeng/impedit.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/editeng/impedit.hxx b/svx/source/editeng/impedit.hxx index ce672b8a1bd9..027facf0673f 100644 --- a/svx/source/editeng/impedit.hxx +++ b/svx/source/editeng/impedit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: mt $ $Date: 2001-05-30 16:46:50 $ + * last change: $Author: mt $ $Date: 2001-05-31 11:32:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -246,6 +246,7 @@ private: sal_uInt16 nScrollDiffX; sal_Bool bReadOnly; sal_Bool bClickedInSelection; + sal_Bool bActiveDragAndDropListener; Point aAnchorPoint; Rectangle aOutArea; |