summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-11 10:12:28 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-16 12:51:31 +0100
commit268050960a16af2b404ef3ba42b6185047027e2d (patch)
tree478b6373f9af593fc3e023ae0d8bd009cbae906c /sfx2/source/appl/sfxhelp.cxx
parentae71f5b4115367b4cc649f3025c43eb733190732 (diff)
Replaced DBG_ERRORFILE with SAL_INFO.
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 0dd391c55fa4..ca6e48236a8d 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -202,7 +202,7 @@ sal_Bool GetHelpAnchor_Impl( const String& _rURL, String& _rAnchor )
}
else
{
- DBG_ERRORFILE( "Property 'AnchorName' is missing" );
+ SAL_INFO( "sfx2", "Property 'AnchorName' is missing" );
}
}
catch (const ::com::sun::star::uno::Exception&)
@@ -279,14 +279,14 @@ SfxHelpOptions_Impl::SfxHelpOptions_Impl()
while ( nIndex >= 0 );
}
else {
- DBG_ERRORFILE( "Wrong property type!" );
+ SAL_INFO( "sfx2", "Wrong property type!" );
}
break;
}
default:
- DBG_ERRORFILE( "Wrong property!" );
+ SAL_INFO( "sfx2", "Wrong property!" );
break;
}
}
@@ -420,7 +420,7 @@ SfxHelp::~SfxHelp()
sDefaultModule = DEFINE_CONST_UNICODE("sdatabase");
else
{
- DBG_ERRORFILE( "getDefaultModule_Impl(): no module installed" );
+ SAL_INFO( "sfx2", "getDefaultModule_Impl(): no module installed" );
}
return sDefaultModule;
}
@@ -448,7 +448,7 @@ SfxHelp::~SfxHelp()
}
catch (const Exception&)
{
- DBG_ERRORFILE( "SfxHelp::getCurrentModuleIdentifier_Impl(): exception of XModuleManager::identify()" );
+ SAL_INFO( "sfx2", "SfxHelp::getCurrentModuleIdentifier_Impl(): exception of XModuleManager::identify()" );
}
}
@@ -483,7 +483,7 @@ String SfxHelp::GetHelpModuleName_Impl()
}
catch (const Exception&)
{
- DBG_ERRORFILE( "SfxHelp::GetHelpModuleName_Impl(): exception of XNameAccess::getByName()" );
+ SAL_INFO( "sfx2", "SfxHelp::GetHelpModuleName_Impl(): exception of XNameAccess::getByName()" );
}
}
@@ -865,7 +865,7 @@ void SfxHelp::OpenHelpAgent( const rtl::OString& sHelpId )
}
catch (const Exception&)
{
- DBG_ERRORFILE( "OpenHelpAgent: caught an exception while executing the dispatch!" );
+ SAL_INFO( "sfx2", "OpenHelpAgent: caught an exception while executing the dispatch!" );
}
}
}