summaryrefslogtreecommitdiff
path: root/sd/source/core/undoanim.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 19:06:55 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 15:03:01 +0100
commitf4aaa487d7e90c8f4e8ccfcf80adb69904cffdd6 (patch)
tree6b70319ed584a13db025a28c05cde14ccd018758 /sd/source/core/undoanim.cxx
parent310a1740120521869af5b2d1503a14b5c138aed2 (diff)
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sd/source/core/undoanim.cxx')
-rw-r--r--sd/source/core/undoanim.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/core/undoanim.cxx b/sd/source/core/undoanim.cxx
index 307094a5b367..aebeb2a22008 100644
--- a/sd/source/core/undoanim.cxx
+++ b/sd/source/core/undoanim.cxx
@@ -71,7 +71,7 @@ UndoAnimation::UndoAnimation( SdDrawDocument* pDoc, SdPage* pThePage )
catch( Exception& e )
{
(void)e;
- DBG_ERROR("sd::UndoAnimation::UndoAnimation(), exception caught!");
+ OSL_FAIL("sd::UndoAnimation::UndoAnimation(), exception caught!");
}
}
@@ -100,7 +100,7 @@ void UndoAnimation::Undo()
catch( Exception& e )
{
(void)e;
- DBG_ERROR("sd::UndoAnimation::Undo(), exception caught!");
+ OSL_FAIL("sd::UndoAnimation::Undo(), exception caught!");
}
}
@@ -116,7 +116,7 @@ void UndoAnimation::Redo()
catch( Exception& e )
{
(void)e;
- DBG_ERROR("sd::UndoAnimation::Redo(), exception caught!");
+ OSL_FAIL("sd::UndoAnimation::Redo(), exception caught!");
}
}