diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-06 21:03:41 +1100 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2016-07-20 01:25:58 -0400 |
commit | 431431b97352894425484e576dc0b5b6ddfe3ee3 (patch) | |
tree | 254d1c0f8ee4b5078bff84609607d78cbe445220 /vcl/qa | |
parent | a5494efe43fc37177eaa4f4366d650f152b7d9a0 (diff) |
vcl: bmpacc.hxx -> bitmapaccess.hxx
(cherry picked from commit 88730cdae3520b18fc073dc59bd0ed660e15d6b4)
Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/BitmapFilterTest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/BitmapTest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/canvasbitmaptest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/outdev.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/qa/cppunit/BitmapFilterTest.cxx b/vcl/qa/cppunit/BitmapFilterTest.cxx index ade5acbc6271..a415043207a3 100644 --- a/vcl/qa/cppunit/BitmapFilterTest.cxx +++ b/vcl/qa/cppunit/BitmapFilterTest.cxx @@ -13,7 +13,7 @@ #include <cppunit/plugin/TestPlugIn.h> #include <vcl/bitmap.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <tools/stream.hxx> #include <vcl/graphicfilter.hxx> diff --git a/vcl/qa/cppunit/BitmapTest.cxx b/vcl/qa/cppunit/BitmapTest.cxx index fe8c933668d1..bc7324e2a902 100644 --- a/vcl/qa/cppunit/BitmapTest.cxx +++ b/vcl/qa/cppunit/BitmapTest.cxx @@ -15,7 +15,7 @@ #include <unordered_map> #include <vcl/bitmap.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/virdev.hxx> #include <rtl/strbuf.hxx> diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index b093275d921c..ec39dcce17c0 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -36,7 +36,7 @@ #include "vcl/canvastools.hxx" #include "vcl/dialog.hxx" #include "vcl/outdev.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include "vcl/virdev.hxx" #include "vcl/bitmapex.hxx" diff --git a/vcl/qa/cppunit/outdev.cxx b/vcl/qa/cppunit/outdev.cxx index a32ee7d3fd94..4a447701b0b3 100644 --- a/vcl/qa/cppunit/outdev.cxx +++ b/vcl/qa/cppunit/outdev.cxx @@ -12,7 +12,7 @@ #include <vcl/virdev.hxx> #include <vcl/salbtype.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/wrkwin.hxx> #include <tools/stream.hxx> |