summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor3d
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/drawinglayer/processor3d
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/drawinglayer/processor3d')
-rw-r--r--include/drawinglayer/processor3d/baseprocessor3d.hxx4
-rw-r--r--include/drawinglayer/processor3d/cutfindprocessor3d.hxx4
-rw-r--r--include/drawinglayer/processor3d/defaultprocessor3d.hxx10
-rw-r--r--include/drawinglayer/processor3d/geometry2dextractor.hxx2
-rw-r--r--include/drawinglayer/processor3d/shadow3dextractor.hxx2
5 files changed, 11 insertions, 11 deletions
diff --git a/include/drawinglayer/processor3d/baseprocessor3d.hxx b/include/drawinglayer/processor3d/baseprocessor3d.hxx
index 834779982ba5..9738fb6d4c92 100644
--- a/include/drawinglayer/processor3d/baseprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/baseprocessor3d.hxx
@@ -25,7 +25,7 @@
#include <drawinglayer/primitive3d/baseprimitive3d.hxx>
#include <drawinglayer/geometry/viewinformation3d.hxx>
-//////////////////////////////////////////////////////////////////////////////
+
namespace drawinglayer
{
@@ -68,7 +68,7 @@ namespace drawinglayer
} // end of namespace processor3d
} // end of namespace drawinglayer
-//////////////////////////////////////////////////////////////////////////////
+
#endif //_DRAWINGLAYER_PROCESSOR3D_BASEPROCESSOR3D_HXX
diff --git a/include/drawinglayer/processor3d/cutfindprocessor3d.hxx b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
index 2b4714ca3054..c8073b3bb5ed 100644
--- a/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
@@ -24,7 +24,7 @@
#include <drawinglayer/processor3d/defaultprocessor3d.hxx>
-//////////////////////////////////////////////////////////////////////////////
+
namespace drawinglayer
{
@@ -84,7 +84,7 @@ namespace drawinglayer
} // end of namespace processor3d
} // end of namespace drawinglayer
-//////////////////////////////////////////////////////////////////////////////
+
#endif //INCLUDED_DRAWINGLAYER_PROCESSOR3D_CUTFINDPROCESSOR3D_HXX
diff --git a/include/drawinglayer/processor3d/defaultprocessor3d.hxx b/include/drawinglayer/processor3d/defaultprocessor3d.hxx
index 63a1227fe1a3..2d52334606c4 100644
--- a/include/drawinglayer/processor3d/defaultprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/defaultprocessor3d.hxx
@@ -29,7 +29,7 @@
#include <svtools/optionsdrawinglayer.hxx>
#include <boost/shared_ptr.hpp>
-//////////////////////////////////////////////////////////////////////////////
+
// predefines
namespace basegfx {
@@ -58,7 +58,7 @@ namespace drawinglayer { namespace texture {
class GeoTexSvx;
}}
-//////////////////////////////////////////////////////////////////////////////
+
namespace drawinglayer
{
@@ -104,7 +104,7 @@ namespace drawinglayer
bool mbFilter : 1;
bool mbSimpleTextureActive : 1;
- //////////////////////////////////////////////////////////////////////////////
+
// rendering support
void impRenderGradientTexturePrimitive3D(const primitive3d::GradientTexturePrimitive3D& rPrimitive, bool bTransparence);
@@ -115,7 +115,7 @@ namespace drawinglayer
void impRenderPolyPolygonMaterialPrimitive3D(const primitive3d::PolyPolygonMaterialPrimitive3D& rPrimitive);
void impRenderTransformPrimitive3D(const primitive3d::TransformPrimitive3D& rTransformCandidate);
- //////////////////////////////////////////////////////////////////////////////
+
// rasterconversions for filled and non-filled polygons. These NEED to be
// implemented from derivations
@@ -151,7 +151,7 @@ namespace drawinglayer
} // end of namespace processor3d
} // end of namespace drawinglayer
-//////////////////////////////////////////////////////////////////////////////
+
#endif // INCLUDED_DRAWINGLAYER_PROCESSOR3D_DEFAULTPROCESSOR3D_HXX
diff --git a/include/drawinglayer/processor3d/geometry2dextractor.hxx b/include/drawinglayer/processor3d/geometry2dextractor.hxx
index d85e6843f54d..2a4218dc7c1f 100644
--- a/include/drawinglayer/processor3d/geometry2dextractor.hxx
+++ b/include/drawinglayer/processor3d/geometry2dextractor.hxx
@@ -28,7 +28,7 @@
#include <basegfx/matrix/b3dhommatrix.hxx>
#include <basegfx/color/bcolormodifier.hxx>
-//////////////////////////////////////////////////////////////////////////////
+
namespace drawinglayer
{
diff --git a/include/drawinglayer/processor3d/shadow3dextractor.hxx b/include/drawinglayer/processor3d/shadow3dextractor.hxx
index 90b7e863474f..945129f1a7e8 100644
--- a/include/drawinglayer/processor3d/shadow3dextractor.hxx
+++ b/include/drawinglayer/processor3d/shadow3dextractor.hxx
@@ -32,7 +32,7 @@
#include <basegfx/polygon/b3dpolypolygon.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
-//////////////////////////////////////////////////////////////////////////////
+
namespace drawinglayer
{