summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx')
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx b/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx
index be8d8e637ae2..4325f4e31892 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx
@@ -28,33 +28,33 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::frame;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XTerminateListener> MNSTerminateListener::mxTerminateListener = new MNSTerminateListener();
-// -----------------------------------------
+
// - MNSTerminateListener -
-// -----------------------------------------
+
MNSTerminateListener::MNSTerminateListener( )
{
}
-// -----------------------------------------------------------------------------
+
MNSTerminateListener::~MNSTerminateListener()
{
}
-// -----------------------------------------------------------------------------
+
void SAL_CALL MNSTerminateListener::disposing( const EventObject& /*Source*/ ) throw( RuntimeException )
{
}
-// -----------------------------------------------------------------------------
+
void SAL_CALL MNSTerminateListener::queryTermination( const EventObject& /*aEvent*/ ) throw( TerminationVetoException, RuntimeException )
{
}
-// -----------------------------------------------------------------------------
+
void SAL_CALL MNSTerminateListener::notifyTermination( const EventObject& /*aEvent*/ ) throw( RuntimeException )
{