diff options
-rw-r--r-- | sfx2/source/appl/app.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/appl/appinit.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 6 | ||||
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 22 | ||||
-rw-r--r-- | sfx2/source/view/frmload.cxx | 2 |
6 files changed, 19 insertions, 19 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index e58a1a5bc421..039ae609d011 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -146,7 +146,7 @@ SfxApplication* SfxApplication::GetOrCreate() ::osl::MutexGuard aGuard(theApplicationMutex::get()); if (!pApp) { - SAL_INFO( "sfx.appl", "sfx2 (mb93783) ::SfxApplication::SetApp" ); + SAL_INFO( "sfx.appl", "SfxApplication::SetApp" ); pApp = new SfxApplication; @@ -180,7 +180,7 @@ SfxApplication* SfxApplication::GetOrCreate() SfxApplication::SfxApplication() : pAppData_Impl( 0 ) { - SAL_INFO( "sfx.appl", "sfx2 (mb93783) ::SfxApplication::SfxApplication" ); + SAL_INFO( "sfx.appl", "SfxApplication::SfxApplication" ); SetName( OUString("StarOffice") ); SvtViewOptions::AcquireOptions(); diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index f59ebfe70a71..98bca5621b2f 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -199,7 +199,7 @@ OUString GetSpecialCharsForEdit(Window* pParent, const Font& rFont) bool SfxApplication::Initialize_Impl() { - SAL_INFO( "sfx.appl", "sfx2 (mb93783) ::SfxApplication::Initialize_Impl" ); + SAL_INFO( "sfx.appl", "SfxApplication::Initialize_Impl" ); #ifdef TLX_VALIDATE StgIo::SetErrorLink( LINK( this, SfxStorageErrHdl, Error ) ); diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 31ded84db0a7..2e8371780b3a 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -1126,7 +1126,7 @@ void SfxFilterContainer::ReadSingleFilter_Impl( void SfxFilterContainer::ReadFilters_Impl( sal_Bool bUpdate ) { - SAL_INFO( "sfx.bastyp", "sfx2 (as96863) ::SfxFilterContainer::ReadFilters" ); + SAL_INFO( "sfx.bastyp", "SfxFilterContainer::ReadFilters" ); if ( !pFilterArr ) CreateFilterArr(); diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index bd29707b9c5c..963df13d3ee5 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -1798,7 +1798,7 @@ void SfxMedium::Transfer_Impl() if ( !aNameURL.isEmpty() && ( !pImp->m_eError || (pImp->m_eError & ERRCODE_WARNING_MASK) ) ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxMedium::Transfer_Impl, copying to target" ); + SAL_INFO( "sfx.doc", "SfxMedium::Transfer_Impl, copying to target" ); Reference < ::com::sun::star::ucb::XCommandEnvironment > xEnv; Reference< XOutputStream > rOutStream; @@ -2084,7 +2084,7 @@ void SfxMedium::DoInternalBackup_Impl( const ::ucbhelper::Content& aOriginalCont const OUString& aExtension, const OUString& aDestDir ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxMedium::DoInternalBackup_Impl( with destdir )" ); + SAL_INFO( "sfx.doc", "SfxMedium::DoInternalBackup_Impl( with destdir )" ); if ( !pImp->m_aBackupURL.isEmpty() ) return; // the backup was done already @@ -2160,7 +2160,7 @@ void SfxMedium::DoInternalBackup_Impl( const ::ucbhelper::Content& aOriginalCont //------------------------------------------------------------------ void SfxMedium::DoBackup_Impl() { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxMedium::DoBackup_Impl" ); + SAL_INFO( "sfx.doc", "SfxMedium::DoBackup_Impl" ); // source file name is the logical name of this medium INetURLObject aSource( GetURLObject() ); diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 243f81808fd0..47331fdf0c10 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -1767,7 +1767,7 @@ sal_Bool SfxObjectShell::SaveTo_Impl //------------------------------------------------------------------------ sal_Bool SfxObjectShell::DisconnectStorage_Impl( SfxMedium& rSrcMedium, SfxMedium& rTargetMedium ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::DisconnectStorage_Impl" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::DisconnectStorage_Impl" ); // this method disconnects the storage from source medium, and attaches it to the backup created by the target medium @@ -1825,7 +1825,7 @@ sal_Bool SfxObjectShell::ConnectTmpStorage_Impl( */ { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::ConnectTmpStorage_Impl" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::ConnectTmpStorage_Impl" ); sal_Bool bResult = sal_False; @@ -1961,7 +1961,7 @@ sal_Bool SfxObjectShell::DoSaveAs( SfxMedium& rMedium ) sal_Bool SfxObjectShell::DoSaveCompleted( SfxMedium* pNewMed ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::DoSaveCompleted" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::DoSaveCompleted" ); sal_Bool bOk = sal_True; sal_Bool bMedChanged = pNewMed && pNewMed!=pMedium; @@ -3131,7 +3131,7 @@ uno::Reference< embed::XStorage > SfxObjectShell::GetStorage() sal_Bool SfxObjectShell::SaveChildren( sal_Bool bObjectsOnly ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::SaveChildren" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::SaveChildren" ); sal_Bool bResult = sal_True; if ( pImp->mpObjectContainer ) @@ -3145,7 +3145,7 @@ sal_Bool SfxObjectShell::SaveChildren( sal_Bool bObjectsOnly ) sal_Bool SfxObjectShell::SaveAsChildren( SfxMedium& rMedium ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::SaveAsChildren" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::SaveAsChildren" ); sal_Bool bResult = sal_True; @@ -3171,7 +3171,7 @@ sal_Bool SfxObjectShell::SaveAsChildren( SfxMedium& rMedium ) sal_Bool SfxObjectShell::SaveCompletedChildren( sal_Bool bSuccess ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::SaveCompletedChildren" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::SaveCompletedChildren" ); sal_Bool bResult = sal_True; @@ -3208,7 +3208,7 @@ sal_Bool SfxObjectShell::SaveCompletedChildren( sal_Bool bSuccess ) sal_Bool SfxObjectShell::SwitchChildrenPersistance( const uno::Reference< embed::XStorage >& xStorage, sal_Bool bForceNonModified ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::SwitchChildrenPersistence" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::SwitchChildrenPersistence" ); if ( !xStorage.is() ) { @@ -3227,7 +3227,7 @@ sal_Bool SfxObjectShell::SwitchChildrenPersistance( const uno::Reference< embed: // Never call this method directly, always use the DoSaveCompleted call sal_Bool SfxObjectShell::SaveCompleted( const uno::Reference< embed::XStorage >& xStorage ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::SaveCompleted" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::SaveCompleted" ); sal_Bool bResult = sal_False; sal_Bool bSendNotification = sal_False; @@ -3379,7 +3379,7 @@ sal_Bool StoragesOfUnknownMediaTypeAreCopied_Impl( const uno::Reference< embed:: sal_Bool SfxObjectShell::SwitchPersistance( const uno::Reference< embed::XStorage >& xStorage ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::SwitchPersistance" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::SwitchPersistance" ); sal_Bool bResult = sal_False; #ifdef DBG_UTIL @@ -3414,7 +3414,7 @@ sal_Bool SfxObjectShell::SwitchPersistance( const uno::Reference< embed::XStorag sal_Bool SfxObjectShell::CopyStoragesOfUnknownMediaType( const uno::Reference< embed::XStorage >& xSource, const uno::Reference< embed::XStorage >& xTarget ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::CopyStoragesOfUnknownMediaType" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::CopyStoragesOfUnknownMediaType" ); // This method does not commit the target storage and should not do it sal_Bool bResult = sal_True; @@ -3529,7 +3529,7 @@ sal_Bool SfxObjectShell::GenerateAndStoreThumbnail( sal_Bool bEncrypted, sal_Bool bIsTemplate, const uno::Reference< embed::XStorage >& xStor ) { - SAL_INFO( "sfx.doc", "sfx2 (mv76033) SfxObjectShell::GenerateAndStoreThumbnail" ); + SAL_INFO( "sfx.doc", "SfxObjectShell::GenerateAndStoreThumbnail" ); bIsInGenerateThumbnail = sal_True;//optimize thumbnail generate and store procedure to improve odt saving performance, i120030 diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx index 9e4f71696659..248ffd0e7b1f 100644 --- a/sfx2/source/view/frmload.cxx +++ b/sfx2/source/view/frmload.cxx @@ -617,7 +617,7 @@ sal_Bool SAL_CALL SfxFrameLoader_Impl::load( const Sequence< PropertyValue >& rA SolarMutexGuard aGuard; - SAL_INFO( "sfx.view", "sfx2 (mb93783) ::SfxFrameLoader::load" ); + SAL_INFO( "sfx.view", "SfxFrameLoader::load" ); ::comphelper::NamedValueCollection aDescriptor( rArgs ); |