summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appdde.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appdde.cxx')
-rw-r--r--sfx2/source/appl/appdde.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 91abb167999c..c4571035f240 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -92,15 +92,15 @@ namespace
}
catch( const ucb::CommandAbortedException& )
{
- DBG_WARNING( "CommandAbortedException" );
+ SAL_INFO( "sfx2.appl", "CommandAbortedException" );
}
catch( const ucb::IllegalIdentifierException& )
{
- DBG_WARNING( "IllegalIdentifierException" );
+ SAL_INFO( "sfx2.appl", "IllegalIdentifierException" );
}
catch( const ucb::ContentCreationException& )
{
- DBG_WARNING( "IllegalIdentifierException" );
+ SAL_INFO( "sfx2.appl", "IllegalIdentifierException" );
}
catch( const uno::Exception& )
{