summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-15 18:53:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-16 14:37:27 +0200
commita6ef8ed1d6ba5843fa2e5fc49e21d8adda2b7583 (patch)
tree593a98cb5e9a4a1711c8b85fce055471f36456b3 /include
parent73ad72e820ed3de346efa1914432a7f2c6264dde (diff)
clean up, remove eof comments
Change-Id: I166e781cb54181a8e5d08021cf5f6dfcd1fde5cb
Diffstat (limited to 'include')
-rw-r--r--include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx7
-rw-r--r--include/drawinglayer/processor2d/objectinfoextractor2d.hxx8
-rw-r--r--include/drawinglayer/processor2d/processor2dtools.hxx9
-rw-r--r--include/svx/AffineMatrixItem.hxx6
-rw-r--r--include/svx/SvxColorValueSet.hxx8
-rw-r--r--include/svx/sdrundomanager.hxx5
6 files changed, 0 insertions, 43 deletions
diff --git a/include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx b/include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx
index 164cbd5d0c77..e8713f414491 100644
--- a/include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx
@@ -23,8 +23,6 @@
#include <drawinglayer/primitive2d/groupprimitive2d.hxx>
#include <rtl/ustring.hxx>
-
-
namespace drawinglayer
{
namespace primitive2d
@@ -66,11 +64,6 @@ namespace drawinglayer
} // end of namespace primitive2d
} // end of namespace drawinglayer
-
-
#endif // INCLUDED_DRAWINGLAYER_PRIMITIVE2D_OBJECTINFOPRIMITIVE2D_HXX
-
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/drawinglayer/processor2d/objectinfoextractor2d.hxx b/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
index bee24bb69f42..9e117795816d 100644
--- a/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
+++ b/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
@@ -22,12 +22,8 @@
#include <drawinglayer/drawinglayerdllapi.h>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
-
-
namespace drawinglayer { namespace primitive2d { class ObjectInfoPrimitive2D; }}
-
-
namespace drawinglayer
{
namespace processor2d
@@ -55,10 +51,6 @@ namespace drawinglayer
} // end of namespace processor2d
} // end of namespace drawinglayer
-
-
#endif // INCLUDED_DRAWINGLAYER_PROCESSOR2D_OBJECTINFOEXTRACTOR2D_HXX
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/drawinglayer/processor2d/processor2dtools.hxx b/include/drawinglayer/processor2d/processor2dtools.hxx
index 99002005bd87..37af4d9daee6 100644
--- a/include/drawinglayer/processor2d/processor2dtools.hxx
+++ b/include/drawinglayer/processor2d/processor2dtools.hxx
@@ -23,13 +23,8 @@
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <drawinglayer/geometry/viewinformation2d.hxx>
-
-// predefines
-
class OutputDevice;
-
-
namespace drawinglayer
{
namespace processor2d
@@ -73,10 +68,6 @@ namespace drawinglayer
} // end of namespace processor2d
} // end of namespace drawinglayer
-
-
#endif //INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSOR2DTOOLS_HXX
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/AffineMatrixItem.hxx b/include/svx/AffineMatrixItem.hxx
index 18f75525e98d..7447fc40bb63 100644
--- a/include/svx/AffineMatrixItem.hxx
+++ b/include/svx/AffineMatrixItem.hxx
@@ -23,10 +23,6 @@
#include <svl/poolitem.hxx>
#include <com/sun/star/geometry/AffineMatrix2D.hpp>
-
-// class AffineMatrixItem
-
-
class SVX_DLLPUBLIC AffineMatrixItem : public SfxPoolItem
{
private:
@@ -50,6 +46,4 @@ public:
#endif // INCLUDED_SVX_AFFINEMATRIXITEM_HXX
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/SvxColorValueSet.hxx b/include/svx/SvxColorValueSet.hxx
index 5f06b22d1929..8690a480fb4b 100644
--- a/include/svx/SvxColorValueSet.hxx
+++ b/include/svx/SvxColorValueSet.hxx
@@ -22,12 +22,8 @@
#include <svtools/valueset.hxx>
#include <svx/svxdllapi.h>
-
-
class XColorList;
-
-
class SVX_DLLPUBLIC SvxColorValueSet : public ValueSet
{
private:
@@ -47,10 +43,6 @@ public:
Size layoutToGivenHeight(sal_uInt32 nHeight, sal_uInt32 nEntryCount);
};
-
-
#endif // INCLUDED_SVX_SVXCOLORVALUESET_HXX
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/sdrundomanager.hxx b/include/svx/sdrundomanager.hxx
index c35ea74cbbc0..1469642d6e30 100644
--- a/include/svx/sdrundomanager.hxx
+++ b/include/svx/sdrundomanager.hxx
@@ -24,8 +24,6 @@
#include <editeng/editund2.hxx>
#include <tools/link.hxx>
-
-
class SVX_DLLPUBLIC SdrUndoManager : public EditUndoManager
{
private:
@@ -63,9 +61,6 @@ public:
bool isEndTextEditTriggeredFromUndo() { return mbEndTextEditTriggeredFromUndo; }
};
-
-
#endif // INCLUDED_SVX_SDRUNDOMANAGER_HXX
-// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */