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 /sd | |
parent | f21568419dff3fc2875031ea84c677844cd18535 (diff) |
vcl: bmpacc.hxx -> bitmapaccess.hxx
Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 2 | ||||
-rw-r--r-- | sd/source/filter/eppt/eppt.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptx-epptbase.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/html/htmlex.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/ppt/pptin.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/dlg/vectdlg.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsFramePainter.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/table/TableDesignPane.cxx | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index cff3d760dea6..454dfe354839 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -83,7 +83,7 @@ #include <sal/types.h> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/builderfactory.hxx> #include <vcl/button.hxx> #include <vcl/checksum.hxx> diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index 9e93b31f2bff..5d7da71a2797 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -22,7 +22,7 @@ #include <tools/globname.hxx> #include <tools/poly.hxx> #include <vcl/graph.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/gradient.hxx> #include <rtl/ustring.hxx> #include <tools/stream.hxx> diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 901a1c0354d4..3addfbfc5194 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -27,7 +27,7 @@ #include "epptdef.hxx" #include "escherex.hxx" #include <tools/poly.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/gradient.hxx> #include <vcl/gfxlink.hxx> #include <tools/stream.hxx> diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx index 1dc3cd1aa2e5..3695252facd3 100644 --- a/sd/source/filter/eppt/pptx-epptbase.cxx +++ b/sd/source/filter/eppt/pptx-epptbase.cxx @@ -25,7 +25,7 @@ #include <tools/poly.hxx> #include <tools/stream.hxx> #include <vcl/graph.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/gradient.hxx> #include <vcl/virdev.hxx> #include <rtl/ustring.hxx> diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index 85d962ca1a96..9bbe92cc5071 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -65,7 +65,7 @@ #include <svx/svdogrp.hxx> #include <svx/svdotable.hxx> #include <tools/urlobj.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <svtools/sfxecode.hxx> #include <com/sun/star/beans/PropertyState.hpp> #include <tools/resmgr.hxx> diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index 4d4d96510419..844ae34c0b43 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -67,7 +67,7 @@ #include <svx/svdogrp.hxx> #include "propread.hxx" #include <cusshow.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include "customshowlist.hxx" #include "sddll.hxx" diff --git a/sd/source/ui/dlg/vectdlg.cxx b/sd/source/ui/dlg/vectdlg.cxx index 9a016f3b33ef..9b4e191e78c1 100644 --- a/sd/source/ui/dlg/vectdlg.cxx +++ b/sd/source/ui/dlg/vectdlg.cxx @@ -26,7 +26,7 @@ #include "sdmod.hxx" #include "sdiocmpt.hxx" #include "vectdlg.hxx" -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/msgbox.hxx> #include <vcl/metaact.hxx> diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx index 7ad3ea278097..934536b5e070 100644 --- a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx +++ b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx @@ -28,7 +28,7 @@ #include <svx/svdtypes.hxx> #include <svx/svdpage.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/pngwrite.hxx> namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/slidesorter/view/SlsFramePainter.cxx b/sd/source/ui/slidesorter/view/SlsFramePainter.cxx index 638a215e7c95..f1c0140697aa 100644 --- a/sd/source/ui/slidesorter/view/SlsFramePainter.cxx +++ b/sd/source/ui/slidesorter/view/SlsFramePainter.cxx @@ -19,7 +19,7 @@ #include "SlsFramePainter.hxx" #include <vcl/outdev.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 2bd52b51a924..2720f6370af4 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -27,7 +27,7 @@ #include <comphelper/processfactory.hxx> #include <sfx2/viewfrm.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/layout.hxx> #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> |