[ooo-build-commit] .: patches/dev300

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Apr 20 13:08:03 PDT 2010


 patches/dev300/oox-smartart-import.diff |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 5ff69e852a84600b02ec042db5d1bb529574afe5
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Tue Apr 20 16:07:20 2010 -0400

    Fixed build breakge in oox.  Shape no longer has mnIndex data member.
    
    * patches/dev300/oox-smartart-import.diff:

diff --git a/patches/dev300/oox-smartart-import.diff b/patches/dev300/oox-smartart-import.diff
index 0070d5d..e5bcb4f 100644
--- a/patches/dev300/oox-smartart-import.diff
+++ b/patches/dev300/oox-smartart-import.diff
@@ -5334,7 +5334,7 @@
  #include <com/sun/star/drawing/HomogenMatrix3.hpp>
  #include <com/sun/star/drawing/ConnectorType.hpp>
  #include <com/sun/star/text/XText.hpp>
-@@ -103,6 +105,30 @@ Shape::Shape( const sal_Char* pServiceNa
+@@ -103,6 +105,29 @@ Shape::Shape( const sal_Char* pServiceNa
          msServiceName = OUString::createFromAscii( pServiceName );
      setDefaults();
  }
@@ -5353,7 +5353,6 @@
 +, msName( pSourceShape->msName )
 +, msId( pSourceShape->msId )
 +, mnSubType( pSourceShape->mnSubType )
-+, mnIndex( pSourceShape->mnIndex )
 +, maSize( pSourceShape->maSize )
 +, maPosition( pSourceShape->maPosition )
 +, mxCreateCallback( pSourceShape->mxCreateCallback )


More information about the ooo-build-commit mailing list