To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49730


User od changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon May 23 07:19:46 -0700 
2005 -------
fix available and reviewed by HBRINKM - see following 'cvs diff' output:

<cvs diff output>
RCS file: /cvs/sw/sw/source/core/doc/doclay.cxx,v
retrieving revision 1.35
diff -w -u -r1.35 doclay.cxx
--- doclay.cxx  20 Apr 2005 12:16:49 -0000      1.35
+++ doclay.cxx  23 May 2005 14:03:32 -0000
@@ -676,9 +676,12 @@
         // --> OD 2004-11-22 #i35635#
         pContact->MoveObjToVisibleLayer( pContact->GetMaster() );
         // <--
-        // --> OD 2005-04-15 #i47455# - notify draw frame format
-        // that position attributes are already set, because they are copied
-        if ( pDest->ISA(SwDrawFrmFmt) )
+        // --> OD 2005-05-23 #i40444# - notify draw frame format
+        // that position attributes are already set, if the position
attributes+        // are already set at the source draw frame format.
+        if ( pDest->ISA(SwDrawFrmFmt) &&
+             rSource.ISA(SwDrawFrmFmt) &&
+             static_cast<const SwDrawFrmFmt&>(rSource).IsPosAttrSet() )
         {
             static_cast<SwDrawFrmFmt*>(pDest)->PosAttrSet();
         }
</cvs diff output>

fix tested by ES in internal build.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to