summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-17 11:45:33 +0200
committerNoel Grandin <noel@peralex.com>2016-08-18 08:49:02 +0200
commit6e81c5829702d49b434788be33b687bb3f282b15 (patch)
tree14b1f804428af56b1e283ae16d4ea0330f65a0be /filter
parent7232f03f9a74cc839710d4355470963610aff21d (diff)
convert XBitmapType to scoped enum
Change-Id: I749831dfb78c10f3f7b9ebed6a5ee296ba6b2886
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index d613c6c25e0c..d4596a05b083 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -1373,7 +1373,7 @@ void DffPropertyReader::ApplyFillAttributes( SvStream& rIn, SfxItemSet& rSet, co
XOBitmap aXOBitmap( aBmp );
aXOBitmap.Bitmap2Array();
- aXOBitmap.SetBitmapType( XBITMAP_8X8 );
+ aXOBitmap.SetBitmapType( XBitmapType::N8x8 );
aXOBitmap.SetPixelSize( aBmp.GetSizePixel() );
if( aXOBitmap.GetBackgroundColor() == COL_BLACK )