diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-22 08:12:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-22 08:12:08 +0100 |
commit | a603634f3539d472b66f71419f02a14260dcaf5b (patch) | |
tree | 396519ac401bbc908cf45dba01f1a2b3be950180 /basctl | |
parent | e94c4ab5523c7dcbee2f1b7fd47685529498e774 (diff) |
Fixed previous commit for --enable-dbgutil mode
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 d0c9fbafdde1..6702f9374d28 100644 --- a/basctl/source/basicide/basides1.cxx +++ b/basctl/source/basicide/basides1.cxx @@ -465,7 +465,6 @@ void BasicIDEShell::ExecuteGlobal( SfxRequest& rReq ) DBG_ASSERT( rReq.GetArgs(), "arguments expected" ); const SfxUInt16Item &rTabId = (const SfxUInt16Item&)rReq.GetArgs()->Get(SID_BASICIDE_ARG_TABID ); const SfxStringItem &rModName = (const SfxStringItem&)rReq.GetArgs()->Get(SID_BASICIDE_ARG_MODULENAME ); - DBG_ASSERT( pWin, "Window nicht im Liste, aber in TabBar ?" ); if ( aIDEWindowTable.find( rTabId.GetValue() ) != aIDEWindowTable.end() ) { IDEBaseWindow* pWin = aIDEWindowTable[ rTabId.GetValue() ]; |