summaryrefslogtreecommitdiff
path: root/basebmp/test/filltest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/test/filltest.cxx')
-rw-r--r--basebmp/test/filltest.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx
index 8f2ec81c1f15..cee7de505f9b 100644
--- a/basebmp/test/filltest.cxx
+++ b/basebmp/test/filltest.cxx
@@ -211,12 +211,10 @@ public:
const basegfx::B2ISize aSize(11,11);
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 testRectFill()