summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/classes/sbunoobj.cxx')
-rw-r--r--basic/source/classes/sbunoobj.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 21e57c5d206b..f3c276d88003 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -3657,15 +3657,6 @@ void SbUnoService::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
}
-static SbUnoServiceCtor* pFirstCtor = nullptr;
-
-void clearUnoServiceCtors()
-{
- SbUnoServiceCtor* pCtor = pFirstCtor;
- if( pCtor )
- pCtor->SbxValue::Clear();
-}
-
SbUnoServiceCtor::SbUnoServiceCtor( const OUString& aName_, Reference< XServiceConstructorDescription > const & xServiceCtorDesc )
: SbxMethod( aName_, SbxOBJECT )
, m_xServiceCtorDesc( xServiceCtorDesc )
exception into overriding exception specsStephan Bergmann 2014-02-25Remove visual noise from binaryurpAlexander Wilms 2014-02-13cid#983607 unexpected std::exceptionStephan Bergmann 2014-02-13cid#706247 wrong exception typeStephan Bergmann 2014-02-12Revert "cid#707663 uninitialized pointer field"Michael Stahl 2014-02-12Revert "cid#707662 uninitialized pointer field"Michael Stahl 2014-02-12Revert "cid#707661 uninitialized pointer field"Michael Stahl 2014-02-12cid#707663 uninitialized pointer fieldNoel Grandin 2014-02-12cid#707662 uninitialized pointer fieldNoel Grandin 2014-02-12cid#707661 uninitialized pointer fieldNoel Grandin 2014-02-07auto_ptr -> heap_ptrStephan Bergmann 2014-02-07auto_ptr -> scoped_ptrStephan Bergmann 2014-02-07fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann 2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr 2013-12-16Allow setting environment value directly in .component filesStephan Bergmann 2013-11-28Minor simplificationStephan Bergmann 2013-11-27binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flagsStephan Bergmann 2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin 2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza