summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/compbase_ex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/inc/cppuhelper/compbase_ex.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/compbase_ex.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cppuhelper/inc/cppuhelper/compbase_ex.hxx b/cppuhelper/inc/cppuhelper/compbase_ex.hxx
index 121927b3320c..7d79304b2f2f 100644
--- a/cppuhelper/inc/cppuhelper/compbase_ex.hxx
+++ b/cppuhelper/inc/cppuhelper/compbase_ex.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,7 +49,7 @@ protected:
/** broadcast helper for disposing events
*/
::cppu::OBroadcastHelper rBHelper;
-
+
/** this function is called upon disposing the component
*/
virtual void SAL_CALL disposing();
@@ -63,7 +63,7 @@ public:
/** Destructor
*/
virtual ~WeakComponentImplHelperBase() SAL_THROW( () );
-
+
// these are here to force memory de/allocation to sal lib.
inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () )
{ return ::rtl_allocateMemory( nSize ); }
@@ -73,7 +73,7 @@ public:
{ return pMem; }
inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () )
{}
-
+
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
::com::sun::star::uno::Type const & rType )
throw (::com::sun::star::uno::RuntimeException);
@@ -101,15 +101,15 @@ class SAL_NO_VTABLE WeakAggComponentImplHelperBase
{
protected:
::cppu::OBroadcastHelper rBHelper;
-
+
/** Is called upon disposing the component.
*/
virtual void SAL_CALL disposing();
-
+
WeakAggComponentImplHelperBase( ::osl::Mutex & rMutex ) SAL_THROW( () );
public:
virtual ~WeakAggComponentImplHelperBase() SAL_THROW( () );
-
+
// these are here to force memory de/allocation to sal lib.
inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () )
{ return ::rtl_allocateMemory( nSize ); }
@@ -119,7 +119,7 @@ public:
{ return pMem; }
inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () )
{}
-
+
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
::com::sun::star::uno::Type const & rType )
throw (::com::sun::star::uno::RuntimeException);