summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-22 09:22:42 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-22 09:23:15 +0100
commit0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d (patch)
tree9758afc5423def1412ed6b360fbd5c758663984f /basctl
parenta603634f3539d472b66f71419f02a14260dcaf5b (diff)
fix debug build
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basides1.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index 6702f9374d28..d9f5b6314c00 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 )