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/unx | |
parent | f21568419dff3fc2875031ea84c677844cd18535 (diff) |
vcl: bmpacc.hxx -> bitmapaccess.hxx
Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/gdi/salgdi2.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/print/genpspgraphics.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/window/salframe.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/gdi/salgdi2.cxx b/vcl/unx/generic/gdi/salgdi2.cxx index 0ac44aae0e67..3d1481cde4c2 100644 --- a/vcl/unx/generic/gdi/salgdi2.cxx +++ b/vcl/unx/generic/gdi/salgdi2.cxx @@ -36,7 +36,7 @@ #include "unx/printergfx.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include <outdata.hxx> void X11SalGraphics::CopyScreenArea( Display* pDisplay, diff --git a/vcl/unx/generic/print/genpspgraphics.cxx b/vcl/unx/generic/print/genpspgraphics.cxx index 580c0ff3d923..85b6f17cfe3b 100644 --- a/vcl/unx/generic/print/genpspgraphics.cxx +++ b/vcl/unx/generic/print/genpspgraphics.cxx @@ -34,7 +34,7 @@ #include <comphelper/string.hxx> #include <i18nlangtag/mslangid.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/jobdata.hxx> #include <vcl/printerinfomanager.hxx> #include <vcl/settings.hxx> diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index 4b496d67bff7..533582fc8216 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -33,7 +33,7 @@ #include "vcl/layout.hxx" #include "vcl/printerinfomanager.hxx" #include "vcl/settings.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include "vcl/opengl/OpenGLContext.hxx" #include <prex.h> |