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

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Mar 3 13:59:24 PST 2010


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

New commits:
commit 14908b81893627664e50b2538d44299e7a3973fc
Author: Fridrich Strba <fridrich.strba at bluewin.ch>
Date:   Wed Mar 3 22:58:06 2010 +0100

    Defuzz a patch
    
    * patches/vba/vba-fixup-moduleinfo.diff:

diff --git a/patches/vba/vba-fixup-moduleinfo.diff b/patches/vba/vba-fixup-moduleinfo.diff
index eff88a6..58e3932 100644
--- a/patches/vba/vba-fixup-moduleinfo.diff
+++ b/patches/vba/vba-fixup-moduleinfo.diff
@@ -163,15 +163,14 @@ 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,8 +148,7 @@ public:
+@@ -148,7 +148,7 @@ 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, FALSE, TRUE );
-                  mpShell->RemoveWindow( pWin, TRU, TRUE );
+                 mpShell->RemoveWindow( pWin, FALSE, TRUE );
          }
 @@ -288,7 +288,7 @@ __EXPORT BasicIDEShell::~BasicIDEShell()
          ContainerListenerImpl* pListener = dynamic_cast< ContainerListenerImpl* >( m_xLibListener.get() );


More information about the ooo-build-commit mailing list