diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 09:51:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 09:51:18 +0000 |
commit | cc8ef06efdbb033eb3d2998afad9266f55ee9ab1 (patch) | |
tree | ce0186bcd8d613a369cdf510aca066bef9d42c89 /canvas/source/tools/spriteredrawmanager.cxx | |
parent | 847120a6aadce9298a98f5f02ddd596ffe3e4df5 (diff) |
INTEGRATION: CWS canvas05 (1.7.26); FILE MERGED
2008/04/21 07:31:28 thb 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED
2007/10/01 13:02:02 thb 1.7.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
Diffstat (limited to 'canvas/source/tools/spriteredrawmanager.cxx')
-rw-r--r-- | canvas/source/tools/spriteredrawmanager.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/canvas/source/tools/spriteredrawmanager.cxx b/canvas/source/tools/spriteredrawmanager.cxx index 76cf50e18974..834574e8f4c4 100644 --- a/canvas/source/tools/spriteredrawmanager.cxx +++ b/canvas/source/tools/spriteredrawmanager.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: spriteredrawmanager.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -32,6 +32,7 @@ #include "precompiled_canvas.hxx" #include <canvas/debug.hxx> +#include <tools/diagnose_ex.h> #include <canvas/spriteredrawmanager.hxx> #include <basegfx/range/b2drectangle.hxx> @@ -102,7 +103,7 @@ namespace canvas break; default: - ENSURE_AND_THROW( false, + ENSURE_OR_THROW( false, "Unexpected case in SpriteUpdater::operator()" ); break; } |