summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-07 07:45:00 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-07 07:45:00 +0000
commit4b621abb78d3549eb1948254058f9c232ac2d436 (patch)
tree38769b7ae6bb01b2280ffe4ec8f2000455320e6e
parent543281dd50f6f5116025491a0dfe734f68941955 (diff)
INTEGRATION: CWS supdremove (1.6.42); FILE MERGED
2007/11/16 10:24:02 vg 1.6.42.1: #i83674# cleanup: remove obsolete SUPD macro use
-rw-r--r--basic/source/sbx/sbxbase.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxbase.cxx b/basic/source/sbx/sbxbase.cxx
index 8a5a1d899d49..a2c1581c38ec 100644
--- a/basic/source/sbx/sbxbase.cxx
+++ b/basic/source/sbx/sbxbase.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxbase.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:27:50 $
+ * last change: $Author: obo $ $Date: 2008-01-07 08:45:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -263,7 +263,6 @@ SbxObject* SbxBase::CreateObject( const XubString& rClass )
return pNew;
}
-#if SUPD >= 507
static BOOL bStaticEnableBroadcasting = TRUE;
// Sbx-Loesung als Ersatz fuer SfxBroadcaster::Enable()
@@ -276,7 +275,6 @@ BOOL SbxBase::StaticIsEnabledBroadcasting( void )
{
return bStaticEnableBroadcasting;
}
-#endif
SbxBase* SbxBase::Load( SvStream& rStrm )