diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-16 20:28:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-17 09:23:27 +0100 |
commit | 03427c780bd565a902cbb787b5fa2f4707382e27 (patch) | |
tree | b4bf1ac89a4f50561fcc684b8e4f53030f6beb66 | |
parent | d1310b7628a68fe13284818ba4a5d38eaef742c4 (diff) |
move now private headers to private location
Change-Id: Ibc3a6d446dd2bd49af916cbe1ca88e173ae414cb
-rw-r--r-- | drawinglayer/source/processor2d/processor2dtools.cxx | 4 | ||||
-rw-r--r-- | drawinglayer/source/processor2d/processorfromoutputdevice.cxx | 4 | ||||
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 4 | ||||
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx (renamed from include/drawinglayer/processor2d/vclmetafileprocessor2d.hxx) | 2 | ||||
-rw-r--r-- | drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 2 | ||||
-rw-r--r-- | drawinglayer/source/processor2d/vclpixelprocessor2d.hxx (renamed from include/drawinglayer/processor2d/vclpixelprocessor2d.hxx) | 2 | ||||
-rw-r--r-- | drawinglayer/source/processor2d/vclprocessor2d.cxx | 2 | ||||
-rw-r--r-- | drawinglayer/source/processor2d/vclprocessor2d.hxx (renamed from include/drawinglayer/processor2d/vclprocessor2d.hxx) | 0 |
8 files changed, 10 insertions, 10 deletions
diff --git a/drawinglayer/source/processor2d/processor2dtools.cxx b/drawinglayer/source/processor2d/processor2dtools.cxx index 041b311d6596..12d91130c9f3 100644 --- a/drawinglayer/source/processor2d/processor2dtools.cxx +++ b/drawinglayer/source/processor2d/processor2dtools.cxx @@ -16,8 +16,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <drawinglayer/processor2d/processor2dtools.hxx> -#include <drawinglayer/processor2d/vclpixelprocessor2d.hxx> -#include <drawinglayer/processor2d/vclmetafileprocessor2d.hxx> +#include "vclpixelprocessor2d.hxx" +#include "vclmetafileprocessor2d.hxx" ////////////////////////////////////////////////////////////////////////////// diff --git a/drawinglayer/source/processor2d/processorfromoutputdevice.cxx b/drawinglayer/source/processor2d/processorfromoutputdevice.cxx index ac7848829ec0..dd2269cca28f 100644 --- a/drawinglayer/source/processor2d/processorfromoutputdevice.cxx +++ b/drawinglayer/source/processor2d/processorfromoutputdevice.cxx @@ -24,8 +24,8 @@ #include <vcl/gdimtf.hxx> #include <basegfx/tools/canvastools.hxx> #include <drawinglayer/processor2d/processorfromoutputdevice.hxx> -#include <drawinglayer/processor2d/vclmetafileprocessor2d.hxx> -#include <drawinglayer/processor2d/vclpixelprocessor2d.hxx> +#include "vclmetafileprocessor2d.hxx" +#include "vclpixelprocessor2d.hxx" #include <vcl/window.hxx> ////////////////////////////////////////////////////////////////////////////// diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index e7c43b8fe399..59080d3c7ad9 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <drawinglayer/processor2d/vclmetafileprocessor2d.hxx> +#include "vclmetafileprocessor2d.hxx" #include <tools/gen.hxx> #include <vcl/virdev.hxx> #include <vcl/gdimtf.hxx> @@ -34,7 +34,7 @@ #include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx> #include <drawinglayer/primitive2d/transparenceprimitive2d.hxx> #include <drawinglayer/primitive2d/fillgradientprimitive2d.hxx> -#include <drawinglayer/processor2d/vclpixelprocessor2d.hxx> +#include "vclpixelprocessor2d.hxx" #include <tools/stream.hxx> #include <drawinglayer/primitive2d/transformprimitive2d.hxx> #include <drawinglayer/primitive2d/markerarrayprimitive2d.hxx> diff --git a/include/drawinglayer/processor2d/vclmetafileprocessor2d.hxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx index 84bfea4bf195..6ddafe386fc7 100644 --- a/include/drawinglayer/processor2d/vclmetafileprocessor2d.hxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx @@ -22,7 +22,7 @@ #include <drawinglayer/drawinglayerdllapi.h> -#include <drawinglayer/processor2d/vclprocessor2d.hxx> +#include "vclprocessor2d.hxx" #include <com/sun/star/i18n/XBreakIterator.hpp> #include <basegfx/polygon/b2dpolypolygon.hxx> diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx index fcbd44c3fe8d..a320d1a88c78 100644 --- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <drawinglayer/processor2d/vclpixelprocessor2d.hxx> +#include "vclpixelprocessor2d.hxx" #include <vcl/outdev.hxx> #include <drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx> #include <drawinglayer/primitive2d/textprimitive2d.hxx> diff --git a/include/drawinglayer/processor2d/vclpixelprocessor2d.hxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx index 778d218c3457..4ef981320555 100644 --- a/include/drawinglayer/processor2d/vclpixelprocessor2d.hxx +++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx @@ -22,7 +22,7 @@ #include <drawinglayer/drawinglayerdllapi.h> -#include <drawinglayer/processor2d/vclprocessor2d.hxx> +#include "vclprocessor2d.hxx" #include <vcl/outdev.hxx> ////////////////////////////////////////////////////////////////////////////// diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx index e125f46bb592..d0fc7b3f074a 100644 --- a/drawinglayer/source/processor2d/vclprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx @@ -18,7 +18,7 @@ */ #include <comphelper/string.hxx> -#include <drawinglayer/processor2d/vclprocessor2d.hxx> +#include "vclprocessor2d.hxx" #include <drawinglayer/primitive2d/textprimitive2d.hxx> #include <drawinglayer/primitive2d/textdecoratedprimitive2d.hxx> #include <tools/debug.hxx> diff --git a/include/drawinglayer/processor2d/vclprocessor2d.hxx b/drawinglayer/source/processor2d/vclprocessor2d.hxx index b8d984ea9967..b8d984ea9967 100644 --- a/include/drawinglayer/processor2d/vclprocessor2d.hxx +++ b/drawinglayer/source/processor2d/vclprocessor2d.hxx |