From 478485d19f290f417f824dbecad3e3588bf553f5 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 28 Feb 2012 14:27:41 +0100 Subject: some fancy new SAL_LOG tracing for sfx2 --- sfx2/source/appl/shutdownicon.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2') diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index ffaa63db60c9..2f56e0b91aee 100644 --- a/sfx2/source/appl/shutdownicon.cxx +++ b/sfx2/source/appl/shutdownicon.cxx @@ -686,6 +686,7 @@ void SAL_CALL ShutdownIcon::disposing( const ::com::sun::star::lang::EventObject void SAL_CALL ShutdownIcon::queryTermination( const ::com::sun::star::lang::EventObject& ) throw(::com::sun::star::frame::TerminationVetoException, ::com::sun::star::uno::RuntimeException) { + SAL_INFO("sfx2.shutdown", "ShutdownIcon::queryTermination: veto is " << m_bVeto); ::osl::ClearableMutexGuard aGuard( m_aMutex ); if ( m_bVeto ) -- cgit v1.2.3