diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-23 10:54:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-23 10:54:26 +0000 |
commit | cc6451b74a389fdbb5edb96c3e540a0fbcd4c934 (patch) | |
tree | dacbff12eef17dd8a2140b9aefbe7d78449398f6 /basic | |
parent | 5dc9906a692adacfcbf3ad628fdd659ea3a0e8f2 (diff) |
INTEGRATION: CWS tbe11 (1.25.24); FILE MERGED
2004/06/21 11:17:53 tbe 1.25.24.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 0ab5d98b4a90..6d1b72ab2ddf 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basmgr.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: kz $ $Date: 2004-02-26 12:59:31 $ + * last change: $Author: kz $ $Date: 2004-07-23 11:54:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,7 +158,7 @@ static const String ManagerStreamName( String::CreateFromAscii(szManagerStream) #define DEFINE_CONST_UNICODE(CONSTASCII) UniString(RTL_CONSTASCII_USTRINGPARAM(CONSTASCII)) -TYPEINIT1( BasicManager, BasicManager ); +TYPEINIT1( BasicManager, SfxBroadcaster ); DBG_NAME( BasicManager ); StreamMode eStreamReadMode = STREAM_READ | STREAM_NOCREATE | STREAM_SHARE_DENYALL; |