summaryrefslogtreecommitdiff
path: root/basebmp/test/bmpdemo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/test/bmpdemo.cxx')
-rw-r--r--basebmp/test/bmpdemo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basebmp/test/bmpdemo.cxx b/basebmp/test/bmpdemo.cxx
index 62d9b2262c8a..fc9e1ae26a2a 100644
--- a/basebmp/test/bmpdemo.cxx
+++ b/basebmp/test/bmpdemo.cxx
@@ -1055,7 +1055,7 @@ void TestWindow::Paint( const Rectangle& /*rRect*/ )
basegfx::B2ISize aTestSize(1000,1000);
basebmp::BitmapDeviceSharedPtr pDevice( basebmp::createBitmapDevice( aTestSize,
false,
- basebmp::Format::THIRTYTWO_BIT_TC_MASK_BGRA ));
+ basebmp::FORMAT_THIRTYTWO_BIT_TC_MASK_BGRA ));
{
OUString aSvg;
@@ -1074,7 +1074,7 @@ void TestWindow::Paint( const Rectangle& /*rRect*/ )
{
basebmp::BitmapDeviceSharedPtr pMask( basebmp::createBitmapDevice( aTestSize,
false,
- basebmp::Format::ONE_BIT_MSB_GREY ));
+ basebmp::FORMAT_ONE_BIT_MSB_GREY ));
const basegfx::B2IPoint aPt111(10,10);
const basegfx::B2IPoint aPt222(0,10);