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 )