summaryrefslogtreecommitdiff
path: root/lotuswordpro
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 /lotuswordpro
parent7232f03f9a74cc839710d4355470963610aff21d (diff)
convert XBitmapType to scoped enum
Change-Id: I749831dfb78c10f3f7b9ebed6a5ee296ba6b2886
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpbackgroundstuff.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
index a32d5d22e70c..61931688013e 100644
--- a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
+++ b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
@@ -123,7 +123,7 @@ XFBGImage* LwpBackgroundStuff::GetFillPattern()
// create XOBitmap object from bitmap object
XOBitmap aXOBitmap( aBmp );
aXOBitmap.Bitmap2Array();
- aXOBitmap.SetBitmapType( XBITMAP_8X8 );
+ aXOBitmap.SetBitmapType( XBitmapType::N8x8 );
// set back/fore-ground colors
if (m_aFillColor.IsValidColor() && m_aPatternColor.IsValidColor())