From ce22b0fbd918344ddbfbf88e5271bae3e94b7552 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 2 Aug 2007 16:08:15 +0000
Subject: 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
---
sfx2/source/doc/objembed.cxx | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
(limited to 'sfx2')
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());
--
cgit