diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 21:39:23 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:25 -0600 |
commit | e642609a796303079d83b3e302e7820bd12d11b2 (patch) | |
tree | 6d485b87d07617923e5225a1a2fa6f92d2957535 /basebmp | |
parent | cde4fdb2d0980df086280d3633f028cfc39afa0f (diff) |
basebmp: include <> for external includes
Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/source/bitmapdevice.cxx | 44 | ||||
-rw-r--r-- | basebmp/source/polypolygonrenderer.cxx | 2 | ||||
-rw-r--r-- | basebmp/test/basictest.cxx | 8 | ||||
-rw-r--r-- | basebmp/test/bmpdemo.cxx | 2 | ||||
-rw-r--r-- | basebmp/test/bmpmasktest.cxx | 6 | ||||
-rw-r--r-- | basebmp/test/bmptest.cxx | 6 | ||||
-rw-r--r-- | basebmp/test/cliptest.cxx | 6 | ||||
-rw-r--r-- | basebmp/test/filltest.cxx | 6 | ||||
-rw-r--r-- | basebmp/test/linetest.cxx | 6 | ||||
-rw-r--r-- | basebmp/test/masktest.cxx | 6 | ||||
-rw-r--r-- | basebmp/test/polytest.cxx | 6 | ||||
-rw-r--r-- | basebmp/test/tools.hxx | 2 |
12 files changed, 50 insertions, 50 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx index 84f5e3c9dff8..4b86231e6288 100644 --- a/basebmp/source/bitmapdevice.cxx +++ b/basebmp/source/bitmapdevice.cxx @@ -17,38 +17,38 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <string.h> -#include "basebmp/bitmapdevice.hxx" +#include <basebmp/bitmapdevice.hxx> -#include "basebmp/compositeiterator.hxx" -#include "basebmp/iteratortraits.hxx" +#include <basebmp/compositeiterator.hxx> +#include <basebmp/iteratortraits.hxx> -#include "basebmp/accessor.hxx" -#include "basebmp/accessortraits.hxx" -#include "basebmp/accessoradapters.hxx" -#include "basebmp/colorblendaccessoradapter.hxx" +#include <basebmp/accessor.hxx> +#include <basebmp/accessortraits.hxx> +#include <basebmp/accessoradapters.hxx> +#include <basebmp/colorblendaccessoradapter.hxx> -#include "basebmp/color.hxx" -#include "basebmp/colormisc.hxx" -#include "basebmp/colortraits.hxx" +#include <basebmp/color.hxx> +#include <basebmp/colormisc.hxx> +#include <basebmp/colortraits.hxx> -#include "basebmp/greylevelformats.hxx" -#include "basebmp/paletteformats.hxx" -#include "basebmp/rgbmaskpixelformats.hxx" -#include "basebmp/rgb24pixelformats.hxx" +#include <basebmp/greylevelformats.hxx> +#include <basebmp/paletteformats.hxx> +#include <basebmp/rgbmaskpixelformats.hxx> +#include <basebmp/rgb24pixelformats.hxx> -#include "basebmp/scanlineformats.hxx" -#include "basebmp/fillimage.hxx" -#include "basebmp/scaleimage.hxx" -#include "basebmp/clippedlinerenderer.hxx" -#include "basebmp/polypolygonrenderer.hxx" -#include "basebmp/genericcolorimageaccessor.hxx" +#include <basebmp/scanlineformats.hxx> +#include <basebmp/fillimage.hxx> +#include <basebmp/scaleimage.hxx> +#include <basebmp/clippedlinerenderer.hxx> +#include <basebmp/polypolygonrenderer.hxx> +#include <basebmp/genericcolorimageaccessor.hxx> -#include "basebmp/tools.hxx" +#include <basebmp/tools.hxx> #include "intconversion.hxx" #include <rtl/alloc.h> diff --git a/basebmp/source/polypolygonrenderer.cxx b/basebmp/source/polypolygonrenderer.cxx index dc07fb74d63b..55d6d69a5d98 100644 --- a/basebmp/source/polypolygonrenderer.cxx +++ b/basebmp/source/polypolygonrenderer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "basebmp/polypolygonrenderer.hxx" +#include <basebmp/polypolygonrenderer.hxx> #include <algorithm> diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx index 062e4f0a08e9..4290ed7a865a 100644 --- a/basebmp/test/basictest.cxx +++ b/basebmp/test/basictest.cxx @@ -19,10 +19,10 @@ // autogenerated file with codegen.pl -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> #include <basegfx/vector/b2isize.hxx> #include <basegfx/point/b2ipoint.hxx> diff --git a/basebmp/test/bmpdemo.cxx b/basebmp/test/bmpdemo.cxx index f4ccc95cb9c7..146a68701cbe 100644 --- a/basebmp/test/bmpdemo.cxx +++ b/basebmp/test/bmpdemo.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <math.h> diff --git a/basebmp/test/bmpmasktest.cxx b/basebmp/test/bmpmasktest.cxx index a0209dfabfd6..e543263b1f01 100644 --- a/basebmp/test/bmpmasktest.cxx +++ b/basebmp/test/bmpmasktest.cxx @@ -19,9 +19,9 @@ // autogenerated file with codegen.pl -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/vector/b2isize.hxx> #include <basegfx/range/b2ibox.hxx> diff --git a/basebmp/test/bmptest.cxx b/basebmp/test/bmptest.cxx index e364804a391e..97f67c312829 100644 --- a/basebmp/test/bmptest.cxx +++ b/basebmp/test/bmptest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/vector/b2isize.hxx> #include <basegfx/range/b2ibox.hxx> diff --git a/basebmp/test/cliptest.cxx b/basebmp/test/cliptest.cxx index bcde756adeee..dad88a2b601a 100644 --- a/basebmp/test/cliptest.cxx +++ b/basebmp/test/cliptest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/vector/b2isize.hxx> #include <basegfx/point/b2ipoint.hxx> diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx index 3adf26a0a97c..1a393b667264 100644 --- a/basebmp/test/filltest.cxx +++ b/basebmp/test/filltest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/vector/b2isize.hxx> #include <basegfx/range/b2drange.hxx> diff --git a/basebmp/test/linetest.cxx b/basebmp/test/linetest.cxx index 211dabf98b49..6b9b5122640b 100644 --- a/basebmp/test/linetest.cxx +++ b/basebmp/test/linetest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/vector/b2isize.hxx> #include <basegfx/point/b2ipoint.hxx> diff --git a/basebmp/test/masktest.cxx b/basebmp/test/masktest.cxx index 1662c81f9b98..d82bb04fc132 100644 --- a/basebmp/test/masktest.cxx +++ b/basebmp/test/masktest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/vector/b2isize.hxx> #include <basegfx/range/b2ibox.hxx> diff --git a/basebmp/test/polytest.cxx b/basebmp/test/polytest.cxx index 3ed416b1dfef..d91e6efefbaf 100644 --- a/basebmp/test/polytest.cxx +++ b/basebmp/test/polytest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/vector/b2isize.hxx> #include <basegfx/range/b2ibox.hxx> diff --git a/basebmp/test/tools.hxx b/basebmp/test/tools.hxx index 8d6a8d63540b..266d9a56ae6e 100644 --- a/basebmp/test/tools.hxx +++ b/basebmp/test/tools.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "basebmp/bitmapdevice.hxx" +#include <basebmp/bitmapdevice.hxx> int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice, basebmp::Color checkColor ); |