summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:42:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:42:35 +0000
commit359a09166ea9e6298a836334aff8d70ea23afd3b (patch)
tree6d7e2dedc9ea8f09a7b77443017978e39725dc28 /basebmp
parent78103a91babd419f48c60095ea3885835be63ca6 (diff)
INTEGRATION: CWS basebmp01 (1.3.20); FILE MERGED
2007/05/22 09:59:18 thb 1.3.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/test/masktest.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basebmp/test/masktest.cxx b/basebmp/test/masktest.cxx
index 5976e1325582..93b4085fbf89 100644
--- a/basebmp/test/masktest.cxx
+++ b/basebmp/test/masktest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: masktest.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2006-07-11 11:38:56 $
+ * last change: $Author: hr $ $Date: 2007-06-27 12:42:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -155,7 +155,7 @@ public:
void testMaskBasics()
{
implTestMaskBasics( mpDevice32bpp, mpMask );
- //implTestMaskBasics( mpDevice1bpp, mpMask );
+ implTestMaskBasics( mpDevice1bpp, mpMask );
}
void testMaskClip()