[Libreoffice-commits] .: basctl/source

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Mar 22 01:24:28 PDT 2012


 basctl/source/basicide/basides1.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Mar 22 09:22:42 2012 +0100

    fix debug build

diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index 6702f93..d9f5b63 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -468,6 +468,7 @@ void BasicIDEShell::ExecuteGlobal( SfxRequest& rReq )
             if ( aIDEWindowTable.find( rTabId.GetValue() ) !=  aIDEWindowTable.end() )
             {
                 IDEBaseWindow* pWin = aIDEWindowTable[ rTabId.GetValue() ];
+                DBG_ASSERT( pWin, "Window nicht im Liste, aber in TabBar ?" );
                 ::rtl::OUString aNewName( rModName.GetValue() );
                 ::rtl::OUString aOldName( pWin->GetName() );
                 if ( aNewName != aOldName )


More information about the Libreoffice-commits mailing list