summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-20 08:52:40 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-20 08:52:40 +0000
commit842b4ae2b3c8acc452b19ca0a8680ddd79c69fc4 (patch)
tree518de8bdeb3aff44a25901cee6562da3cebdd432
parent6ba1e932aeeae2a55dd01244d88b4c211b5cb6fd (diff)
INTEGRATION: CWS optstor2 (1.8.18.1.2); FILE MERGED
2005/11/10 17:12:51 mav 1.8.18.1.2.2: RESYNC: (1.8.18.1-1.10); FILE MERGED 2005/10/19 09:17:52 mav 1.8.18.1.2.1: #i55785# add loging
-rw-r--r--embeddedobj/source/msole/olevisual.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/olevisual.cxx b/embeddedobj/source/msole/olevisual.cxx
index fd2ca909d061..76744d3fd625 100644
--- a/embeddedobj/source/msole/olevisual.cxx
+++ b/embeddedobj/source/msole/olevisual.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: olevisual.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-10-19 12:41:30 $
+ * last change: $Author: obo $ $Date: 2006-01-20 09:52:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,6 +56,8 @@
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
#endif
+#include <rtl/logfile.hxx>
+
#include <oleembobj.hxx>
#include <olecomponent.hxx>
@@ -114,6 +116,8 @@ void SAL_CALL OleEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt
uno::Exception,
uno::RuntimeException )
{
+ RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033) OleEmbeddedObject::setVisualAreaSize" );
+
::osl::ResettableMutexGuard aGuard( m_aMutex );
if ( m_bDisposed )
throw lang::DisposedException(); // TODO
@@ -171,6 +175,8 @@ awt::Size SAL_CALL OleEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect )
uno::Exception,
uno::RuntimeException )
{
+ RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033) OleEmbeddedObject::getVisualAreaSize" );
+
::osl::ResettableMutexGuard aGuard( m_aMutex );
if ( m_bDisposed )
throw lang::DisposedException(); // TODO
@@ -290,6 +296,8 @@ embed::VisualRepresentation SAL_CALL OleEmbeddedObject::getPreferredVisualRepres
uno::Exception,
uno::RuntimeException )
{
+ RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033) OleEmbeddedObject::getPreferredVisualRepresentation" );
+
::osl::MutexGuard aGuard( m_aMutex );
if ( m_bDisposed )
throw lang::DisposedException(); // TODO