diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:26:46 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:26:46 +0000 |
commit | 43866210c2797bf658175569c47b9b74196b145c (patch) | |
tree | dc94e8274da263d050dc663e37ed5f09e3b93b24 /sw/source/ui/docvw/edtdd.cxx | |
parent | 94f0043b113992008f4ef55eedc105ff0b4161ff (diff) |
INTEGRATION: CWS loadenv01 (1.18.96); FILE MERGED
2004/03/12 14:49:15 mba 1.18.96.1: #115936#: remove window properties set while loading
Diffstat (limited to 'sw/source/ui/docvw/edtdd.cxx')
-rw-r--r-- | sw/source/ui/docvw/edtdd.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/ui/docvw/edtdd.cxx b/sw/source/ui/docvw/edtdd.cxx index a8e68e36902d..b6668f76553b 100644 --- a/sw/source/ui/docvw/edtdd.cxx +++ b/sw/source/ui/docvw/edtdd.cxx @@ -2,9 +2,9 @@ * * $RCSfile: edtdd.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2004-02-03 16:39:11 $ + * last change: $Author: svesik $ $Date: 2004-04-21 12:26:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -581,8 +581,7 @@ IMPL_LINK( SwEditWin, DDHandler, Timer *, EMPTYARG ) ReleaseMouse(); bFrmDrag = FALSE; - if ( rView.GetViewFrame() && rView.GetViewFrame()->GetFrame() && - !rView.GetViewFrame()->GetFrame()->TransferForReplaceInProgress() ) + if ( rView.GetViewFrame() && rView.GetViewFrame()->GetFrame() ) { bExecuteDrag = TRUE; StartExecuteDrag(); |