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

Noel Power noelp at kemper.freedesktop.org
Thu Mar 4 02:49:17 PST 2010


 patches/vba/vba-fixup-moduleinfo.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a3a92c1e6990e55b8d7809e9efbbf4965fb516d
Author: Noel Power <noel.power at novell.com>
Date:   Thu Mar 4 10:29:05 2010 +0000

    fix param to really delete the Module windows
    
    * patches/vba/vba-fixup-moduleinfo.diff:

diff --git a/patches/vba/vba-fixup-moduleinfo.diff b/patches/vba/vba-fixup-moduleinfo.diff
index 58e3932..8ef6389 100644
--- a/patches/vba/vba-fixup-moduleinfo.diff
+++ b/patches/vba/vba-fixup-moduleinfo.diff
@@ -170,7 +170,7 @@ index 2727c90..cb48ef8 100644
 -            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, TRUE, 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