summaryrefslogtreecommitdiffstats
path: root/canvas
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:19:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:19:35 +0000
commit58f20d9f0932a1b20bbfab580a0ce6d0f3f7868e (patch)
tree356fbf3641c285db0eb4ddac0f112344bfa14356 /canvas
parentINTEGRATION: CWS warnings01 (1.2.8); FILE MERGED (diff)
downloadcore-58f20d9f0932a1b20bbfab580a0ce6d0f3f7868e.tar.gz
core-58f20d9f0932a1b20bbfab580a0ce6d0f3f7868e.zip
INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED
2006/02/22 22:27:25 thb 1.4.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/vcl/cachedbitmap.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/source/vcl/cachedbitmap.cxx b/canvas/source/vcl/cachedbitmap.cxx
index 6bd0b8e09e0a..93d95fe93407 100644
--- a/canvas/source/vcl/cachedbitmap.cxx
+++ b/canvas/source/vcl/cachedbitmap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cachedbitmap.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 12:57:49 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:19:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,6 +77,9 @@ namespace vclcanvas
const uno::Reference< rendering::XCanvas >& rTargetCanvas,
bool bSameViewTransform )
{
+ (void)rNewState;
+ (void)rOldState;
+
ENSURE_AND_THROW( bSameViewTransform,
"CachedBitmap::doRedraw(): base called with changed view transform "
"(told otherwise during construction)" );