From 431431b97352894425484e576dc0b5b6ddfe3ee3 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 6 Feb 2016 21:03:41 +1100 Subject: vcl: bmpacc.hxx -> bitmapaccess.hxx (cherry picked from commit 88730cdae3520b18fc073dc59bd0ed660e15d6b4) Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c --- sd/inc/pch/precompiled_sd.hxx | 2 +- sd/qa/unit/import-tests.cxx | 2 +- sd/source/filter/eppt/eppt.cxx | 2 +- sd/source/filter/eppt/epptso.cxx | 2 +- sd/source/filter/eppt/pptx-epptbase.cxx | 2 +- sd/source/filter/html/htmlex.cxx | 2 +- sd/source/filter/ppt/pptin.cxx | 2 +- sd/source/ui/dlg/vectdlg.cxx | 2 +- sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx | 2 +- sd/source/ui/slidesorter/view/SlsFramePainter.cxx | 2 +- sd/source/ui/table/TableDesignPane.cxx | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'sd') diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index f8d6e1676b68..ce45059ee6de 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -83,7 +83,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index eb039b281a06..8f6f36071c56 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -64,7 +64,7 @@ #include #include #include -#include +#include using namespace ::com::sun::star; diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index c0a2c8653f5e..f77c716c4aa5 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include 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 -#include +#include #include #include #include diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx index 504957ff1630..892911c76b56 100644 --- a/sd/source/filter/eppt/pptx-epptbase.cxx +++ b/sd/source/filter/eppt/pptx-epptbase.cxx @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index aee3bdf1a7e3..712b936d92a6 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -65,7 +65,7 @@ #include #include #include -#include +#include #include #include #include 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 #include "propread.hxx" #include -#include +#include #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 +#include #include #include 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 #include #include -#include +#include #include 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 -#include +#include namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 4ae2e1d68323..c2d55cf14906 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include #include -- cgit