summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/moduleimagemanager.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:25:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:25:08 +0000
commitf21ae54f205f7dc9f73540e2d34083725368a90f (patch)
treea3d7edf8ab9522caf7c47f9e3e5953e592da1b88 /framework/source/uiconfiguration/moduleimagemanager.cxx
parenteef75249892351c98edd3b2d91ae12d5b3593e2e (diff)
INTEGRATION: CWS gt08hangulhanja (1.3.82); FILE MERGED
2004/10/25 12:11:46 tl 1.3.82.1: #i35352# logfile macros added
Diffstat (limited to 'framework/source/uiconfiguration/moduleimagemanager.cxx')
-rw-r--r--framework/source/uiconfiguration/moduleimagemanager.cxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/framework/source/uiconfiguration/moduleimagemanager.cxx b/framework/source/uiconfiguration/moduleimagemanager.cxx
index cccc42e886..ca208657ac 100644
--- a/framework/source/uiconfiguration/moduleimagemanager.cxx
+++ b/framework/source/uiconfiguration/moduleimagemanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduleimagemanager.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-11-19 09:42:38 $
+ * last change: $Author: rt $ $Date: 2004-11-26 14:25:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,10 @@
*
************************************************************************/
+#ifndef _RTL_LOGFILE_HXX_
+#include <rtl/logfile.hxx>
+#endif
+
#ifndef __FRAMEWORK_UICONFIGURATION_MODULEIMAGEMANAGER_HXX_
#include <uiconfiguration/moduleimagemanager.hxx>
#endif
@@ -240,6 +244,8 @@ CmdImageList::~CmdImageList()
void CmdImageList::impl_fillCommandToImageNameMap()
{
+ RTL_LOGFILE_CONTEXT( aLog, "framework: CmdImageList::impl_fillCommandToImageNameMap" );
+
if ( !m_bVectorInit )
{
const rtl::OUString aCommandImageList( RTL_CONSTASCII_USTRINGPARAM( UICOMMANDDESCRIPTION_NAMEACCESS_COMMANDIMAGELIST ));
@@ -304,6 +310,8 @@ void CmdImageList::impl_fillCommandToImageNameMap()
ImageList* CmdImageList::impl_getImageList( sal_Int16 nImageType )
{
+ RTL_LOGFILE_CONTEXT( aLog, "framework: CmdImageList::impl_getImageList" );
+
if ( !m_pImageList[nImageType] )
{
impl_fillCommandToImageNameMap();
@@ -944,6 +952,8 @@ Sequence< uno::Reference< XGraphic > > SAL_CALL ModuleImageManager::getImages(
const Sequence< ::rtl::OUString >& aCommandURLSequence )
throw ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException )
{
+ RTL_LOGFILE_CONTEXT( aLog, "framework: ModuleImageManager::getImages" );
+
ResetableGuard aLock( m_aLock );
/* SAFE AREA ----------------------------------------------------------------------------------------------- */