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 /svx | |
parent | f21568419dff3fc2875031ea84c677844cd18535 (diff) |
vcl: bmpacc.hxx -> bitmapaccess.hxx
Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/dlgctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/primitive2d/sdrprimitivetools.cxx | 2 | ||||
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 2 | ||||
-rw-r--r-- | svx/source/svdraw/svdfmtf.cxx | 2 | ||||
-rw-r--r-- | svx/source/svdraw/svdhdl.cxx | 2 | ||||
-rw-r--r-- | svx/source/svdraw/svdoashp.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxcolorupdate.cxx | 2 | ||||
-rw-r--r-- | svx/source/xoutdev/_xoutbmp.cxx | 2 | ||||
-rw-r--r-- | svx/source/xoutdev/xattrbmp.cxx | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 70a6671d8aed..40a0e322b4f7 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -104,7 +104,7 @@ #include <vcl/animate.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/builder.hxx> #include <vcl/button.hxx> #include <vcl/checksum.hxx> diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index d1b9a485f61a..20f70ec86a26 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -45,7 +45,7 @@ #include <svx/svdopath.hxx> #include <svx/sdr/contact/objectcontactofobjlistpainter.hxx> #include <svx/sdr/contact/displayinfo.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <svx/xbtmpit.hxx> #define OUTPUT_DRAWMODE_COLOR (DrawModeFlags::Default) diff --git a/svx/source/sdr/primitive2d/sdrprimitivetools.cxx b/svx/source/sdr/primitive2d/sdrprimitivetools.cxx index 78a27d92fc92..31758b6d8a7a 100644 --- a/svx/source/sdr/primitive2d/sdrprimitivetools.cxx +++ b/svx/source/sdr/primitive2d/sdrprimitivetools.cxx @@ -18,7 +18,7 @@ */ #include <sdr/primitive2d/sdrprimitivetools.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <osl/mutex.hxx> #include <vcl/lazydelete.hxx> diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index 90c3383825b3..cc4fa7e16103 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -29,7 +29,7 @@ #include "svx/svdviter.hxx" #include <svx/svdview.hxx> #include <svx/svdoutl.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <editeng/editdata.hxx> #include <editeng/eeitem.hxx> #include <svl/itemset.hxx> diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx index 0f44f35cd274..0067d86f80cd 100644 --- a/svx/source/svdraw/svdfmtf.cxx +++ b/svx/source/svdraw/svdfmtf.cxx @@ -63,7 +63,7 @@ #include <basegfx/polygon/b2dpolygonclipper.hxx> #include <svx/xbtmpit.hxx> #include <svx/xfltrit.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <svx/xflbmtit.hxx> #include <svx/xflbstit.hxx> #include <svx/svdpntv.hxx> diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx index 12815c00f023..058f7bdd67e4 100644 --- a/svx/source/svdraw/svdhdl.cxx +++ b/svx/source/svdraw/svdhdl.cxx @@ -29,7 +29,7 @@ #include <vcl/settings.hxx> #include <vcl/virdev.hxx> #include <tools/poly.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <svx/sxekitm.hxx> #include "svx/svdstr.hrc" diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index e69eaa4854a5..1038d3f3fd9c 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -73,7 +73,7 @@ #include <svx/xflgrit.hxx> #include <svx/xflhtit.hxx> #include <svx/xbtmpit.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <svx/svdview.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index b544df07f90c..fa1416489350 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -25,7 +25,7 @@ #include <svl/eitem.hxx> #include <svl/itemset.hxx> #include <vcl/toolbox.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/menubtn.hxx> #include <svtools/valueset.hxx> #include <svtools/ctrlbox.hxx> diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index 37076ad7a534..c0f199aebfc8 100644 --- a/svx/source/tbxctrls/tbxcolorupdate.cxx +++ b/svx/source/tbxctrls/tbxcolorupdate.cxx @@ -23,7 +23,7 @@ #include <svx/xdef.hxx> #include <vcl/toolbox.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/settings.hxx> #include <tools/debug.hxx> diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx index 3825ffbf9021..90e11b12094b 100644 --- a/svx/source/xoutdev/_xoutbmp.cxx +++ b/svx/source/xoutdev/_xoutbmp.cxx @@ -20,7 +20,7 @@ #include <sal/config.h> #include <tools/poly.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/virdev.hxx> #include <vcl/wrkwin.hxx> #include <svl/solar.hrc> diff --git a/svx/source/xoutdev/xattrbmp.cxx b/svx/source/xoutdev/xattrbmp.cxx index d4ce5bf63753..e86cb4aafc63 100644 --- a/svx/source/xoutdev/xattrbmp.cxx +++ b/svx/source/xoutdev/xattrbmp.cxx @@ -37,7 +37,7 @@ #include <svx/xbitmap.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <vcl/salbtype.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/dibtools.hxx> #include <libxml/xmlwriter.h> |