diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:44:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:44:34 +0000 |
commit | 4976022e9cebdae05406292a9ddb64b15da6e352 (patch) | |
tree | 81ab4f8ca1de9a0b63ea43fc500817ab72552563 /basic | |
parent | 9985efac59dd7219530ca709c211d6219002f491 (diff) |
INTEGRATION: CWS supdremove (1.2.58); FILE MERGED
2007/11/16 10:24:02 vg 1.2.58.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'basic')
-rw-r--r-- | basic/inc/basic/sbxcore.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/basic/inc/basic/sbxcore.hxx b/basic/inc/basic/sbxcore.hxx index cf3dd60e0ad7..afaf2a2bd078 100644 --- a/basic/inc/basic/sbxcore.hxx +++ b/basic/inc/basic/sbxcore.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxcore.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-04-11 12:53:57 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:44:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -150,11 +150,9 @@ public: static SbxBase* Create( UINT16, UINT32=SBXCR_SBX ); static SbxObject* CreateObject( const String& ); -#if SUPD >= 507 // Sbx-Loesung als Ersatz fuer SfxBroadcaster::Enable() static void StaticEnableBroadcasting( BOOL bEnable ); static BOOL StaticIsEnabledBroadcasting( void ); -#endif }; #ifndef SBX_BASE_DECL_DEFINED |