summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/BitmapTest.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2018-02-25 22:16:39 +1100
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-26 20:51:46 +0100
commit7ab5e5c8902de8cc7429d863b4ab6e40ad4b3bbc (patch)
treeb379a3b3179317b2361f917b8a999ab1545fc6fb /vcl/qa/cppunit/BitmapTest.cxx
parenta30f8c4daaab5bfc850c18b2b0bce3fdb2281a1f (diff)
vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()
Change-Id: I6b5259d56e8fe5855f8a1125bb87a3dea8e5f425 Reviewed-on: https://gerrit.libreoffice.org/50301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/qa/cppunit/BitmapTest.cxx')
-rw-r--r--vcl/qa/cppunit/BitmapTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/BitmapTest.cxx b/vcl/qa/cppunit/BitmapTest.cxx
index 357df0905f5c..cfb527e0d2e3 100644
--- a/vcl/qa/cppunit/BitmapTest.cxx
+++ b/vcl/qa/cppunit/BitmapTest.cxx
@@ -197,7 +197,7 @@ void BitmapTest::testMonochrome()
aBmpAccess.SetPixel(3, 2, BitmapColor(Color(COL_YELLOW)));
aBmpAccess.SetPixel(3, 3, BitmapColor(Color(COL_WHITE)));
- aBmp.MakeMono(63);
+ aBmp.MakeMonochrome(63);
BitmapReadAccess aBmpReadAccess(aBmp);
CPPUNIT_ASSERT_EQUAL_MESSAGE("Black pixel wrong monochrome value",