diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 11:11:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 11:11:04 +0000 |
commit | 635f3f3ae0762ee2aee7a59a337e91e15cabb0aa (patch) | |
tree | 94bac531d50d0d79a555317fe57c839c3647d8ef /sc/source/ui/drawfunc/futext.cxx | |
parent | 3da17f9e3e6c9aeb7f2ffd7f31f8345ab861d7a6 (diff) |
INTEGRATION: CWS dr37 (1.20.34); FILE MERGED
2005/05/12 15:20:20 dr 1.20.34.1: #i42981# do not close new note object when clicked on its border
Diffstat (limited to 'sc/source/ui/drawfunc/futext.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/futext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/drawfunc/futext.cxx b/sc/source/ui/drawfunc/futext.cxx index 7d8ad81166b0..4babb9f51800 100644 --- a/sc/source/ui/drawfunc/futext.cxx +++ b/sc/source/ui/drawfunc/futext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: futext.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:58:38 $ + * last change: $Author: hr $ $Date: 2005-09-28 12:11:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,7 +152,7 @@ BOOL __EXPORT FuText::MouseButtonDown(const MouseEvent& rMEvt) if ( pView->IsTextEdit() ) { - if(!IsReSizingNote(rMEvt)) + if( !IsSizingOrMovingNote(rMEvt) ) StopEditMode(); // Danebengeklickt, Ende mit Edit pView->SetCreateMode(); } |