summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/misc/ContainerListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/misc/ContainerListener.cxx')
-rw-r--r--dbaccess/source/core/misc/ContainerListener.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/dbaccess/source/core/misc/ContainerListener.cxx b/dbaccess/source/core/misc/ContainerListener.cxx
index 79772386d185..83f7f2507ad8 100644
--- a/dbaccess/source/core/misc/ContainerListener.cxx
+++ b/dbaccess/source/core/misc/ContainerListener.cxx
@@ -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
@@ -64,7 +64,7 @@ namespace dbaccess
return dynamic_cast< XContainerApproveListener& >( m_rDestination ).approveInsertElement( _Event );
}
-
+
//--------------------------------------------------------------------
Reference< XVeto > SAL_CALL OContainerListener::approveReplaceElement( const ContainerEvent& _Event ) throw (WrappedTargetException, RuntimeException)
{
@@ -74,7 +74,7 @@ namespace dbaccess
return dynamic_cast< XContainerApproveListener& >( m_rDestination ).approveReplaceElement( _Event );
}
-
+
//--------------------------------------------------------------------
Reference< XVeto > SAL_CALL OContainerListener::approveRemoveElement( const ContainerEvent& _Event ) throw (WrappedTargetException, RuntimeException)
{
@@ -84,7 +84,7 @@ namespace dbaccess
return dynamic_cast< XContainerApproveListener& >( m_rDestination ).approveRemoveElement( _Event );
}
-
+
//--------------------------------------------------------------------
void SAL_CALL OContainerListener::elementInserted( const ContainerEvent& _Event ) throw(RuntimeException)
{
@@ -94,7 +94,7 @@ namespace dbaccess
dynamic_cast< XContainerListener& >( m_rDestination ).elementInserted( _Event );
}
-
+
//--------------------------------------------------------------------
void SAL_CALL OContainerListener::elementRemoved( const ContainerEvent& _Event ) throw(RuntimeException)
{
@@ -104,7 +104,7 @@ namespace dbaccess
dynamic_cast< XContainerListener& >( m_rDestination ).elementRemoved( _Event );
}
-
+
//--------------------------------------------------------------------
void SAL_CALL OContainerListener::elementReplaced( const ContainerEvent& _Event ) throw(RuntimeException)
{
@@ -114,7 +114,7 @@ namespace dbaccess
dynamic_cast< XContainerListener& >( m_rDestination ).elementReplaced( _Event );
}
-
+
//--------------------------------------------------------------------
void SAL_CALL OContainerListener::disposing( const EventObject& _Source ) throw(RuntimeException)
{