diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-22 14:46:02 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-22 14:47:06 +0100 |
commit | 0a8596dd8ebbbc80e87d4bdfafe3cf53355b7d43 (patch) | |
tree | 1fd1f8f0184ec2a2feb189d28d96af192eb7ec0c /basctl | |
parent | 7c4da6d5191bbd7ceb299dc422f62987683d743c (diff) |
Revert "fix debug build"
This reverts commit 0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d.
Given the find above, this assert will never be triggered anyway
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basides1.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx index d9f5b6314c00..6702f9374d28 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 ) |