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.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 4a1541138a5a..ef7ba198856a 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -1080,7 +1080,6 @@ Any sbxToUnoValueImpl( const SbxValue* pVar, bool bBlockConversionToSmallestType
}
-
// Helper function for StepREDIMP
static Any implRekMultiDimArrayToSequence( SbxDimArray* pArray,
const Type& aElemType, short nMaxDimIndex, short nActualDim,
@@ -1797,7 +1796,6 @@ OUString Impl_GetSupportedInterfaces(SbUnoObject& rUnoObj)
}
-
// Debugging help method SbxDataType -> String
OUString Dbg_SbxDataType2String( SbxDataType eType )
{
@@ -2456,8 +2454,6 @@ void SbUnoObject::doIntrospection()
}
-
-
// Start of a list of all SbUnoMethod-Instances
static SbUnoMethod* pFirst = nullptr;
@@ -3743,7 +3739,6 @@ void SbUnoService::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
}
-
static SbUnoServiceCtor* pFirstCtor = nullptr;
void clearUnoServiceCtors()
@@ -3857,8 +3852,6 @@ void SbUnoSingleton::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
}
-
-
// Implementation of an EventAttacher-drawn AllListener, which
// solely transmits several events to an general AllListener
class BasicAllListener_Impl : public WeakImplHelper< XAllListener >
@@ -3881,7 +3874,6 @@ public:
};
-
BasicAllListener_Impl::BasicAllListener_Impl(const OUString& aPrefixName_)
: aPrefixName( aPrefixName_ )
{
@@ -3893,7 +3885,6 @@ BasicAllListener_Impl::~BasicAllListener_Impl()
}
-
void BasicAllListener_Impl::firing_impl( const AllEventObject& Event, Any* pRet )
{
SolarMutexGuard guard;
@@ -3967,8 +3958,6 @@ void BasicAllListener_Impl ::disposing(const EventObject& ) throw ( RuntimeExcep
}
-
-
// class InvocationToAllListenerMapper
// helper class to map XInvocation to XAllListener (also in project eventattacher!)
@@ -4018,7 +4007,6 @@ Reference< XInterface > createAllListenerAdapter
}
-
// InvocationToAllListenerMapper
InvocationToAllListenerMapper::InvocationToAllListenerMapper
( const Reference< XIdlClass >& ListenerType, const Reference< XAllListener >& AllListener, const Any& Helper )
@@ -4289,7 +4277,6 @@ void RTL_Impl_CreateUnoValue( StarBASIC* pBasic, SbxArray& rPar, bool bWrite )
}
-
class ModuleInvocationProxy : public WeakImplHelper< XInvocation, XComponent >
{
::osl::Mutex m_aMutex;
@@ -4376,7 +4363,6 @@ void SAL_CALL ModuleInvocationProxy::setValue(const OUString& rProperty, const A
// TODO: OutParameter?
-
}
Any SAL_CALL ModuleInvocationProxy::getValue(const OUString& rProperty)