diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-06 21:03:41 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-06 21:04:09 +1100 |
commit | 88730cdae3520b18fc073dc59bd0ed660e15d6b4 (patch) | |
tree | ad2fa946a457e4a39b08541dc3f2773f971041c8 /vcl/source/opengl | |
parent | f21568419dff3fc2875031ea84c677844cd18535 (diff) |
vcl: bmpacc.hxx -> bitmapaccess.hxx
Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c
Diffstat (limited to 'vcl/source/opengl')
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 2 | ||||
-rw-r--r-- | vcl/source/opengl/OpenGLHelper.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index d40564a3cea9..8c18d591cb75 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -16,7 +16,7 @@ #include <vcl/sysdata.hxx> #include <vcl/pngwrite.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/graph.hxx> #include <osl/thread.hxx> diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx index f98acbef27d9..1ef72473ad1d 100644 --- a/vcl/source/opengl/OpenGLHelper.cxx +++ b/vcl/source/opengl/OpenGLHelper.cxx @@ -17,7 +17,7 @@ #include <rtl/ustring.hxx> #include <config_folders.h> #include <vcl/salbtype.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <memory> #include <vcl/pngwrite.hxx> #include <vcl/graph.hxx> |