diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 08:50:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 08:50:04 +0000 |
commit | 59416ef9487e0aa7fb58aeb73fda13cf94ad496f (patch) | |
tree | 6ad76968757dbc1e732c973d77144189edac4751 | |
parent | 12d70e9b5650c3de6545eee73b9c13c8b4ba4a35 (diff) |
INTEGRATION: CWS optstor2 (1.13.10); FILE MERGED
2005/12/12 13:40:25 mav 1.13.10.3: RESYNC: (1.14-1.16); FILE MERGED
2005/11/10 17:01:29 mav 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED
2005/10/19 09:13:05 mav 1.13.10.1: #i55785# add loging
-rw-r--r-- | embeddedobj/source/commonembedding/embedobj.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/embeddedobj/source/commonembedding/embedobj.cxx b/embeddedobj/source/commonembedding/embedobj.cxx index 7e75c0c8450d..8dd1a4658e93 100644 --- a/embeddedobj/source/commonembedding/embedobj.cxx +++ b/embeddedobj/source/commonembedding/embedobj.cxx @@ -4,9 +4,9 @@ * * $RCSfile: embedobj.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2005-11-10 16:28:38 $ + * last change: $Author: obo $ $Date: 2006-01-20 09:50:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -88,6 +88,8 @@ #include <com/sun/star/lang/DisposedException.hpp> #endif +#include <rtl/logfile.hxx> + #include <targetstatecontrol.hxx> #include "commonembobj.hxx" @@ -457,6 +459,8 @@ void SAL_CALL OCommonEmbeddedObject::changeState( sal_Int32 nNewState ) uno::Exception, uno::RuntimeException ) { + RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033) OCommonEmbeddedObject::changeState" ); + uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >( this ), uno::UNO_QUERY); { ::osl::ResettableMutexGuard aGuard( m_aMutex ); @@ -557,6 +561,8 @@ void SAL_CALL OCommonEmbeddedObject::doVerb( sal_Int32 nVerbID ) uno::Exception, uno::RuntimeException ) { + RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033) OCommonEmbeddedObject::doVerb" ); + ::osl::MutexGuard aGuard( m_aMutex ); if ( m_bDisposed ) throw lang::DisposedException(); // TODO |