diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-02 16:08:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-02 16:08:15 +0000 |
commit | ce22b0fbd918344ddbfbf88e5271bae3e94b7552 (patch) | |
tree | f68a9913902fad0936399ebef2c852bfa3b1a656 /sfx2 | |
parent | 4dc75394ac2880294b273b371ff87ddb93a1176e (diff) |
INTEGRATION: CWS fwk69 (1.9.8); FILE MERGED
2007/07/19 12:47:14 mav 1.9.8.1: #i79788# math object should be resized when it is edited
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objembed.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sfx2/source/doc/objembed.cxx b/sfx2/source/doc/objembed.cxx index 010b32ac3f59..37aa0e8e7e53 100644 --- a/sfx2/source/doc/objembed.cxx +++ b/sfx2/source/doc/objembed.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objembed.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2007-06-27 23:23:05 $ + * last change: $Author: hr $ $Date: 2007-08-02 17:08:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,10 +152,9 @@ void SfxObjectShell::SetVisArea( const Rectangle & rVisArea ) if ( GetCreateMode() == SFX_CREATE_MODE_EMBEDDED ) { if ( IsEnableSetModified() ) - { SetModified( TRUE ); - SFX_APP()->NotifyEvent(SfxEventHint( SFX_EVENT_VISAREACHANGED, this)); - } + + SFX_APP()->NotifyEvent(SfxEventHint( SFX_EVENT_VISAREACHANGED, this)); /* Size aSize (GetVisArea().GetSize()); |