summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-23 08:12:37 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-23 08:12:37 +0200
commit31f57cb6791da8a0c681b9e5865f04eda7503f9c (patch)
tree65e94226dabfde742a7b6bf89ba01bfe588cde9d /sfx2/source/doc/sfxbasemodel.cxx
parent8293b29304716d6bd117ab233b1238e1385ae592 (diff)
Use the "sfx" log area consistently in sfx2
Change-Id: I497d2d93e1a1819ff709c94007ae98f5ef312e77
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 33c1ee8e83b9..dba87947be64 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -1556,7 +1556,7 @@ void SAL_CALL SfxBaseModel::storeSelf( const Sequence< beans::PropertyValue >
io::IOException,
RuntimeException )
{
- SAL_INFO( "sfx2.doc", "PERFORMANCE - SfxBaseModel::storeSelf" );
+ SAL_INFO( "sfx.doc", "PERFORMANCE - SfxBaseModel::storeSelf" );
SfxModelGuard aGuard( *this );
if ( m_pData->m_pObjectShell.Is() )
@@ -1686,7 +1686,7 @@ void SAL_CALL SfxBaseModel::storeAsURL( const OUString& rURL
const Sequence< beans::PropertyValue >& rArgs )
throw (io::IOException, RuntimeException)
{
- SAL_INFO( "sfx2.doc", "PERFORMANCE - SfxBaseModel::storeAsURL" );
+ SAL_INFO( "sfx.doc", "PERFORMANCE - SfxBaseModel::storeAsURL" );
SfxModelGuard aGuard( *this );
if ( m_pData->m_pObjectShell.Is() )