summaryrefslogtreecommitdiff
path: root/unotools/source/config/eventcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/eventcfg.cxx')
-rw-r--r--unotools/source/config/eventcfg.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx
index 09b763a95472..1b9c45521d55 100644
--- a/unotools/source/config/eventcfg.cxx
+++ b/unotools/source/config/eventcfg.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unotools/eventcfg.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/configitem.hxx>
@@ -120,7 +119,6 @@ GlobalEventConfig_Impl::GlobalEventConfig_Impl()
EnableNotification( aNotifySeq, true );
}
-
// destructor
GlobalEventConfig_Impl::~GlobalEventConfig_Impl()
@@ -140,7 +138,6 @@ OUString GlobalEventConfig_Impl::GetEventName( sal_Int32 nIndex )
return OUString();
}
-
// public method
void GlobalEventConfig_Impl::Notify( const Sequence< OUString >& )
@@ -161,7 +158,6 @@ void GlobalEventConfig_Impl::Notify( const Sequence< OUString >& )
}
}
-
// public method
void GlobalEventConfig_Impl::Commit()
@@ -191,7 +187,6 @@ void GlobalEventConfig_Impl::Commit()
}
}
-
// private method
void GlobalEventConfig_Impl::initBindingInfo()
@@ -311,7 +306,6 @@ bool SAL_CALL GlobalEventConfig_Impl::hasElements( ) throw (RuntimeException)
// and now the wrapper
-
//initialize static member
GlobalEventConfig_Impl* GlobalEventConfig::m_pImpl = NULL ;
sal_Int32 GlobalEventConfig::m_nRefCount = 0 ;