diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 19:06:55 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 15:03:01 +0100 |
commit | f4aaa487d7e90c8f4e8ccfcf80adb69904cffdd6 (patch) | |
tree | 6b70319ed584a13db025a28c05cde14ccd018758 /sd/source/ui/annotations | |
parent | 310a1740120521869af5b2d1503a14b5c138aed2 (diff) |
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sd/source/ui/annotations')
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index 0cfc62537d98..3aadb8a5ed37 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -214,7 +214,7 @@ void AnnotationManagerImpl::init() catch( Exception& e ) { (void)e; - DBG_ERROR( "sd::AnnotationManagerImpl::AnnotationManagerImpl(), Exception caught!" ); + OSL_FAIL( "sd::AnnotationManagerImpl::AnnotationManagerImpl(), Exception caught!" ); } try @@ -833,7 +833,7 @@ void AnnotationManagerImpl::onSelectionChanged() } catch( Exception& ) { - DBG_ERROR( "sd::AnnotationManagerImpl::onSelectionChanged(), exception caught!" ); + OSL_FAIL( "sd::AnnotationManagerImpl::onSelectionChanged(), exception caught!" ); } } @@ -906,7 +906,7 @@ void AnnotationManagerImpl::CreateTags() } catch( Exception& ) { - DBG_ERROR( "sd::AnnotationManagerImpl::onSelectionChanged(), exception caught!" ); + OSL_FAIL( "sd::AnnotationManagerImpl::onSelectionChanged(), exception caught!" ); } } |