[Libreoffice-commits] .: basctl/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Mar 22 00:12:17 PDT 2012
basctl/source/basicide/basides1.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a603634f3539d472b66f71419f02a14260dcaf5b
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Mar 22 08:12:08 2012 +0100
Fixed previous commit for --enable-dbgutil mode
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index d0c9fba..6702f93 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() ];
More information about the Libreoffice-commits
mailing list