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

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Mar 4 05:22:17 PST 2010


 patches/vba/vba-fixup-moduleinfo.diff |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit b18d3adeb67f148cde2912c6da3513e7670873a3
Author: Fridrich Strba <fridrich.strba at bluewin.ch>
Date:   Thu Mar 4 14:21:50 2010 +0100

    Defuzz this one and add a bit of context
    
    * patches/vba/vba-fixup-moduleinfo.diff:

diff --git a/patches/vba/vba-fixup-moduleinfo.diff b/patches/vba/vba-fixup-moduleinfo.diff
index 8ef6389..ce41f8f 100644
--- a/patches/vba/vba-fixup-moduleinfo.diff
+++ b/patches/vba/vba-fixup-moduleinfo.diff
@@ -163,15 +163,18 @@ index 2727c90..cb48ef8 100644
      }
      virtual void SAL_CALL elementReplaced( const container::ContainerEvent& ) throw( com::sun::star::uno::RuntimeException ) { }
      virtual void SAL_CALL elementRemoved( const container::ContainerEvent& Event ) throw( com::sun::star::uno::RuntimeException )
-@@ -148,7 +148,7 @@ public:
+@@ -148,9 +148,9 @@ public:
          rtl::OUString sModuleName;
          if( mpShell  && ( Event.Accessor >>= sModuleName ) )
          {
 -            IDEBaseWindow* pWin = mpShell->FindWindow( mpShell->m_aCurDocument, sStandardLibName, sModuleName, BASICIDE_TYPE_MODULE, TRUE );
 +            IDEBaseWindow* pWin = mpShell->FindWindow( mpShell->m_aCurDocument, mpShell->m_aCurLibName, sModuleName, BASICIDE_TYPE_MODULE, TRUE );
              if( pWin )
-                 mpShell->RemoveWindow( pWin, TRUE, TRUE );
+-                mpShell->RemoveWindow( pWin, FALSE, TRUE );
++                mpShell->RemoveWindow( pWin, TRUE, TRUE );
          }
+     }
+ 
 @@ -288,7 +288,7 @@ __EXPORT BasicIDEShell::~BasicIDEShell()
          ContainerListenerImpl* pListener = dynamic_cast< ContainerListenerImpl* >( m_xLibListener.get() );
          // Destroy all ContainerListeners for Basic Container.


More information about the ooo-build-commit mailing list