summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-12-14 15:59:17 +0000
committerThomas Benisch <tbe@openoffice.org>2001-12-14 15:59:17 +0000
commita7880b5391cb52595d358c31d5bdc95837650fa6 (patch)
treecad6dc5b0f09e6e8fce03d8b9a5430ff6bf4787e /basctl/source/basicide/bastype3.cxx
parentad1a6f26bab4e817a737461096735ecf53b2b001 (diff)
#86383# assertion instead of errorbox for error loading library
Diffstat (limited to 'basctl/source/basicide/bastype3.cxx')
-rw-r--r--basctl/source/basicide/bastype3.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx
index e37771d75f27..6363efed0821 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bastype3.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: tbe $ $Date: 2001-12-13 18:27:59 $
+ * last change: $Author: tbe $ $Date: 2001-12-14 16:57:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,8 +166,7 @@ void __EXPORT BasicTreeListBox::RequestingChilds( SvLBoxEntry* pEntry )
}
else
{
- // library couldn't be loaded
- ErrorBox( this, WB_OK|WB_DEF_OK, String( IDEResId( RID_STR_ERROROPENLIB ) ) ).Execute();
+ DBG_ERROR( "BasicTreeListBox::RequestingChilds: Error loading library!" );
}
}
}