summaryrefslogtreecommitdiff
path: root/basebmp/test/basictest.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2006-06-02 12:57:26 +0000
committerThorsten Behrens <thb@openoffice.org>2006-06-02 12:57:26 +0000
commitdb83a2292b3e75df100bf377c5202b11f423c9d7 (patch)
treef6d178f005e5071029fcc097247d85020a5e7df2 /basebmp/test/basictest.cxx
parent1ee80e3be2f120116180be826d0fc203c54be8f3 (diff)
#i65904# Completed mask support; fixed color difference bug; added more tests
Diffstat (limited to 'basebmp/test/basictest.cxx')
-rw-r--r--basebmp/test/basictest.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx
index 0ad47180988f..d4c2c4d9b2b8 100644
--- a/basebmp/test/basictest.cxx
+++ b/basebmp/test/basictest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basictest.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2006-05-31 10:12:13 $
+ * last change: $Author: thb $ $Date: 2006-06-02 13:57:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -104,7 +104,7 @@ public:
{
pDevice = createBitmapDevice( aSize,
true,
- Format::EIGHT_BIT_TC_MASK );
+ Format::EIGHT_BIT_GRAY );
const Color aCol4(0x01);
pDevice->setPixel( aPt, aCol4, DrawMode_PAINT );