summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-14 10:27:15 +0200
committerNoel Grandin <noel@peralex.com>2014-05-14 16:54:25 +0200
commitcf00c85a38bd32949ed231d5d2fcfc246f500acb (patch)
treec9aa43a4df61b9ca3f52504a29d106002cb9e74b /sfx2/source/doc/sfxbasemodel.cxx
parent5dfb875e986661e75e9fabdfc0586443d76a42e2 (diff)
sfx2: remove SAL_INFO's that only mark function entry
Change-Id: Ia7f59631da21b81f0c7e450c885b759cdce5a140
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 79f268b068ba..3ad6fc982114 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -1525,7 +1525,6 @@ void SAL_CALL SfxBaseModel::storeSelf( const Sequence< beans::PropertyValue >
io::IOException,
RuntimeException, std::exception )
{
- SAL_INFO( "sfx.doc", "PERFORMANCE - SfxBaseModel::storeSelf" );
SfxModelGuard aGuard( *this );
if ( m_pData->m_pObjectShell.Is() )
@@ -1655,7 +1654,6 @@ void SAL_CALL SfxBaseModel::storeAsURL( const OUString& rURL
const Sequence< beans::PropertyValue >& rArgs )
throw (io::IOException, RuntimeException, std::exception)
{
- SAL_INFO( "sfx.doc", "PERFORMANCE - SfxBaseModel::storeAsURL" );
SfxModelGuard aGuard( *this );
if ( m_pData->m_pObjectShell.Is() )