summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews4.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/ui/view/drviews4.cxx
parentRemove unused misc.hxx and its references (diff)
downloadcore-f4aaa487d7e90c8f4e8ccfcf80adb69904cffdd6.tar.gz
core-f4aaa487d7e90c8f4e8ccfcf80adb69904cffdd6.zip
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sd/source/ui/view/drviews4.cxx')
-rw-r--r--sd/source/ui/view/drviews4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index d797e089ba0b..34f547d21349 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -107,7 +107,7 @@ void DrawViewShell::DeleteActualPage()
}
catch( Exception& )
{
- DBG_ERROR("SelectionManager::DeleteSelectedMasterPages(), exception caught!");
+ OSL_FAIL("SelectionManager::DeleteSelectedMasterPages(), exception caught!");
}
}