summaryrefslogtreecommitdiff
path: root/basebmp/test/polytest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/test/polytest.cxx')
-rw-r--r--basebmp/test/polytest.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basebmp/test/polytest.cxx b/basebmp/test/polytest.cxx
index d027e8ee2501..e0268612626e 100644
--- a/basebmp/test/polytest.cxx
+++ b/basebmp/test/polytest.cxx
@@ -296,12 +296,10 @@ public:
const basegfx::B2ISize aSize(10,10);
mpDevice1bpp = createBitmapDevice( aSize,
true,
- Format::OneBitMsbPal,
- basebmp::getBitmapDeviceStrideForWidth(Format::OneBitMsbPal, aSize.getX()));
+ Format::OneBitMsbPal );
mpDevice32bpp = createBitmapDevice( aSize,
true,
- Format::ThirtyTwoBitTcMaskBGRA,
- basebmp::getBitmapDeviceStrideForWidth(Format::ThirtyTwoBitTcMaskBGRA, aSize.getX()));
+ Format::ThirtyTwoBitTcMaskBGRA );
}
void testEmpty()