[Libreoffice-commits] .: basctl/source

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Mar 22 06:47:10 PDT 2012


 basctl/source/basicide/basides1.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0a8596dd8ebbbc80e87d4bdfafe3cf53355b7d43
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Mar 22 14:46:02 2012 +0100

    Revert "fix debug build"
    
    This reverts commit 0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d.
    
    Given the find above, this assert will never be triggered anyway

diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index d9f5b63..6702f93 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -468,7 +468,6 @@ 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