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

Muthu Subramanian sumuthu at kemper.freedesktop.org
Wed Aug 18 04:36:34 PDT 2010


 patches/dev300/sc-export-shape-hlink-bindings.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a8d793be6049fcd2735f16bc766e07b59a28d31
Author: Muthu Subramanian K <sumuthu at novell.com>
Date:   Wed Aug 18 17:04:01 2010 +0530

    Crash Fix. mpHostAppData null pointer check.
    
    * patches/dev300/sc-export-shape-hlink-bindings.diff:

diff --git a/patches/dev300/sc-export-shape-hlink-bindings.diff b/patches/dev300/sc-export-shape-hlink-bindings.diff
index 670681f..f593db7 100644
--- a/patches/dev300/sc-export-shape-hlink-bindings.diff
+++ b/patches/dev300/sc-export-shape-hlink-bindings.diff
@@ -189,7 +189,7 @@ index e93661a..243c236 100644
          // #i51348# shape name
          if( aShapeName.Len() > 0 )
              aPropOpt.AddOpt( ESCHER_Prop_wzName, aShapeName );
-+        if ( InteractionInfo* pInteraction = mpHostAppData->GetInteractionInfo() )
++        if ( InteractionInfo* pInteraction = mpHostAppData ? mpHostAppData->GetInteractionInfo():NULL )
 +        {
 +            const std::auto_ptr< SvMemoryStream >& pMemStrm = pInteraction->getHyperlinkRecord();
 +            if ( pMemStrm.get() )


More information about the ooo-build-commit mailing list