summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 09:28:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 12:46:27 +0100
commitf656547d4d41091b5ccb729838e7355554a453cd (patch)
treebaab3db9b9287d11133c5f4495b3ed4b812f0c17 /include
parentf51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (diff)
remove some useless comment lines
which merely announce that the next declaration is a class Change-Id: Ifdb1398bcd99816b13e0b3769b46d0562bfbc1dc Reviewed-on: https://gerrit.libreoffice.org/84229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sfxbasecontroller.hxx1
-rw-r--r--include/sfx2/sfxbasemodel.hxx1
-rw-r--r--include/svx/XPropertyEntry.hxx1
-rw-r--r--include/svx/sdangitm.hxx1
-rw-r--r--include/svx/sdtaditm.hxx1
-rw-r--r--include/svx/sdtaitm.hxx2
-rw-r--r--include/svx/svdocirc.hxx1
-rw-r--r--include/svx/sxctitm.hxx1
-rw-r--r--include/svx/sxekitm.hxx1
-rw-r--r--include/svx/sxmtpitm.hxx2
-rw-r--r--include/svx/txenctab.hxx1
-rw-r--r--include/svx/xbtmpit.hxx1
-rw-r--r--include/svx/xcolit.hxx1
-rw-r--r--include/svx/xdash.hxx1
-rw-r--r--include/svx/xfillit0.hxx1
-rw-r--r--include/svx/xflclit.hxx1
-rw-r--r--include/svx/xflftrit.hxx1
-rw-r--r--include/svx/xflgrit.hxx1
-rw-r--r--include/svx/xflhtit.hxx1
-rw-r--r--include/svx/xhatch.hxx1
-rw-r--r--include/svx/xit.hxx1
-rw-r--r--include/svx/xlineit0.hxx1
-rw-r--r--include/svx/xlinjoit.hxx1
-rw-r--r--include/svx/xlncapit.hxx1
-rw-r--r--include/svx/xlnclit.hxx1
-rw-r--r--include/svx/xlndsit.hxx1
-rw-r--r--include/svx/xlnedcit.hxx1
-rw-r--r--include/svx/xlnedit.hxx1
-rw-r--r--include/svx/xlnedwit.hxx1
-rw-r--r--include/svx/xlnstcit.hxx1
-rw-r--r--include/svx/xlnstit.hxx1
-rw-r--r--include/svx/xlnstwit.hxx1
-rw-r--r--include/svx/xlnwtit.hxx1
-rw-r--r--include/svx/xsflclit.hxx1
-rw-r--r--include/toolkit/awt/vclxaccessiblecomponent.hxx1
-rw-r--r--include/toolkit/awt/vclxbitmap.hxx1
-rw-r--r--include/toolkit/awt/vclxcontainer.hxx1
-rw-r--r--include/toolkit/awt/vclxdevice.hxx1
-rw-r--r--include/toolkit/awt/vclxfont.hxx1
-rw-r--r--include/toolkit/awt/vclxgraphics.hxx1
-rw-r--r--include/toolkit/awt/vclxmenu.hxx1
-rw-r--r--include/toolkit/awt/vclxpointer.hxx1
-rw-r--r--include/toolkit/awt/vclxprinter.hxx4
-rw-r--r--include/toolkit/awt/vclxregion.hxx1
-rw-r--r--include/toolkit/awt/vclxtopwindow.hxx1
-rw-r--r--include/toolkit/awt/vclxwindow.hxx1
-rw-r--r--include/toolkit/controls/controlmodelcontainerbase.hxx1
-rw-r--r--include/toolkit/controls/tabpagecontainer.hxx1
-rw-r--r--include/toolkit/controls/tabpagemodel.hxx1
-rw-r--r--include/toolkit/controls/unocontrol.hxx1
-rw-r--r--include/toolkit/controls/unocontrolbase.hxx1
-rw-r--r--include/toolkit/controls/unocontrolcontainer.hxx1
-rw-r--r--include/toolkit/controls/unocontrolcontainermodel.hxx1
-rw-r--r--include/toolkit/controls/unocontrolmodel.hxx1
-rw-r--r--include/toolkit/controls/unocontrols.hxx38
-rw-r--r--include/toolkit/helper/emptyfontdescriptor.hxx1
-rw-r--r--include/toolkit/helper/mutexhelper.hxx1
-rw-r--r--include/toolkit/helper/vclunohelper.hxx1
-rw-r--r--include/ucbhelper/contentinfo.hxx2
59 files changed, 0 insertions, 102 deletions
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx
index 95a082cdae32..33a14090e3e7 100644
--- a/include/sfx2/sfxbasecontroller.hxx
+++ b/include/sfx2/sfxbasecontroller.hxx
@@ -61,7 +61,6 @@ class SfxViewShell;
sal_Int16 MapGroupIDToCommandGroup( SfxGroupId nGroupID );
-// class declarations
typedef ::cppu::WeakImplHelper < css::frame::XController2
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx
index d625f7871029..7d3be53fd515 100644
--- a/include/sfx2/sfxbasemodel.hxx
+++ b/include/sfx2/sfxbasemodel.hxx
@@ -90,7 +90,6 @@ namespace com::sun::star::ui { class XUIConfigurationManager2; }
namespace com::sun::star::util { class XCloseListener; }
namespace com::sun::star::util { class XModifyListener; }
-// class declarations
/**_______________________________________________________________________________________________________
diff --git a/include/svx/XPropertyEntry.hxx b/include/svx/XPropertyEntry.hxx
index 98f482f9c7b4..a7880202deae 100644
--- a/include/svx/XPropertyEntry.hxx
+++ b/include/svx/XPropertyEntry.hxx
@@ -24,7 +24,6 @@
#include <vcl/bitmapex.hxx>
-// class XPropertyEntry
class SVX_DLLPUBLIC XPropertyEntry
{
diff --git a/include/svx/sdangitm.hxx b/include/svx/sdangitm.hxx
index 9e43df6b98e0..a8a925939f7b 100644
--- a/include/svx/sdangitm.hxx
+++ b/include/svx/sdangitm.hxx
@@ -23,7 +23,6 @@
#include <svx/svxdllapi.h>
-// class SdrAngleItem
class SVX_DLLPUBLIC SdrAngleItem: public SfxInt32Item {
public:
diff --git a/include/svx/sdtaditm.hxx b/include/svx/sdtaditm.hxx
index f786fd1681b6..2f4c4ef78535 100644
--- a/include/svx/sdtaditm.hxx
+++ b/include/svx/sdtaditm.hxx
@@ -24,7 +24,6 @@
#include <svx/svxdllapi.h>
-// class SdrTextAniDirectionItem
enum class SdrTextAniDirection
diff --git a/include/svx/sdtaitm.hxx b/include/svx/sdtaitm.hxx
index 25b16799b984..bfedb5c39117 100644
--- a/include/svx/sdtaitm.hxx
+++ b/include/svx/sdtaitm.hxx
@@ -24,7 +24,6 @@
#include <svx/svxdllapi.h>
-// class SdrTextVertAdjustItem
enum SdrTextVertAdjust {SDRTEXTVERTADJUST_TOP, // aligned to top (normally used)
@@ -49,7 +48,6 @@ public:
};
-// class SdrTextHorzAdjustItem
enum SdrTextHorzAdjust {SDRTEXTHORZADJUST_LEFT, // left adjusted
diff --git a/include/svx/svdocirc.hxx b/include/svx/svdocirc.hxx
index 76500486b47f..2e6d8a9bda15 100644
--- a/include/svx/svdocirc.hxx
+++ b/include/svx/svdocirc.hxx
@@ -40,7 +40,6 @@ enum class SdrCircKind { Full, Section, Cut, Arc };
extern SVX_DLLPUBLIC SdrCircKind ToSdrCircKind(SdrObjKind);
-// class SdrCircObj
class SVX_DLLPUBLIC SdrCircObj final : public SdrRectObj
{
diff --git a/include/svx/sxctitm.hxx b/include/svx/sxctitm.hxx
index 72db35e6f911..f08c8acbbf5d 100644
--- a/include/svx/sxctitm.hxx
+++ b/include/svx/sxctitm.hxx
@@ -26,7 +26,6 @@
enum class SdrCaptionType { Type1, Type2, Type3, Type4 };
-// class SdrCaptionTypeItem
class SVX_DLLPUBLIC SdrCaptionTypeItem: public SfxEnumItem<SdrCaptionType> {
public:
diff --git a/include/svx/sxekitm.hxx b/include/svx/sxekitm.hxx
index bfb5b60299f9..2c302a3397e0 100644
--- a/include/svx/sxekitm.hxx
+++ b/include/svx/sxekitm.hxx
@@ -29,7 +29,6 @@ enum class SdrEdgeKind
};
-// class SdrEdgeKindItem
class SVX_DLLPUBLIC SdrEdgeKindItem: public SfxEnumItem<SdrEdgeKind> {
public:
diff --git a/include/svx/sxmtpitm.hxx b/include/svx/sxmtpitm.hxx
index 22ad0ed12494..bc152fdaf357 100644
--- a/include/svx/sxmtpitm.hxx
+++ b/include/svx/sxmtpitm.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/drawing/MeasureTextHorzPos.hpp>
#include <com/sun/star/drawing/MeasureTextVertPos.hpp>
-// class SdrMeasureTextHPosItem
class SVX_DLLPUBLIC SdrMeasureTextHPosItem: public SfxEnumItem<css::drawing::MeasureTextHorzPos> {
public:
SdrMeasureTextHPosItem(css::drawing::MeasureTextHorzPos ePos = css::drawing::MeasureTextHorzPos::MeasureTextHorzPos_AUTO)
@@ -42,7 +41,6 @@ public:
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString& rText, const IntlWrapper&) const override;
};
-// class SdrMeasureTextVPosItem
class SVX_DLLPUBLIC SdrMeasureTextVPosItem: public SfxEnumItem<css::drawing::MeasureTextVertPos> {
public:
SdrMeasureTextVPosItem(css::drawing::MeasureTextVertPos ePos = css::drawing::MeasureTextVertPos_AUTO)
diff --git a/include/svx/txenctab.hxx b/include/svx/txenctab.hxx
index cb9b7f0db0ad..c4bbbd4e9e6d 100644
--- a/include/svx/txenctab.hxx
+++ b/include/svx/txenctab.hxx
@@ -23,7 +23,6 @@
#include <rtl/ustring.hxx>
#include <svx/svxdllapi.h>
-// class SvxTextEncodingTable
class SVX_DLLPUBLIC SvxTextEncodingTable
{
public:
diff --git a/include/svx/xbtmpit.hxx b/include/svx/xbtmpit.hxx
index 2c1ea768a8ee..fd915fa6a214 100644
--- a/include/svx/xbtmpit.hxx
+++ b/include/svx/xbtmpit.hxx
@@ -27,7 +27,6 @@
class SdrModel;
-// class XFillBitmapItem
class SVX_DLLPUBLIC XFillBitmapItem : public NameOrIndex
{
diff --git a/include/svx/xcolit.hxx b/include/svx/xcolit.hxx
index df3723542516..2919f2034462 100644
--- a/include/svx/xcolit.hxx
+++ b/include/svx/xcolit.hxx
@@ -28,7 +28,6 @@
class XColorList;
-// class XColorItem
class SVX_DLLPUBLIC XColorItem : public NameOrIndex
{
diff --git a/include/svx/xdash.hxx b/include/svx/xdash.hxx
index 275e01fb997c..8cc68be065f7 100644
--- a/include/svx/xdash.hxx
+++ b/include/svx/xdash.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVX_XDASH_HXX
-// class XDash
#include <svx/svxdllapi.h>
diff --git a/include/svx/xfillit0.hxx b/include/svx/xfillit0.hxx
index e0855dfb7c56..57443f186b8b 100644
--- a/include/svx/xfillit0.hxx
+++ b/include/svx/xfillit0.hxx
@@ -26,7 +26,6 @@
#include <com/sun/star/drawing/FillStyle.hpp>
-// class XFillStyleItem
class SVX_DLLPUBLIC XFillStyleItem final : public SfxEnumItem<css::drawing::FillStyle>
diff --git a/include/svx/xflclit.hxx b/include/svx/xflclit.hxx
index d3998bb17002..3679f0f3e217 100644
--- a/include/svx/xflclit.hxx
+++ b/include/svx/xflclit.hxx
@@ -28,7 +28,6 @@
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-// class XFillColorItem
class SVX_DLLPUBLIC XFillColorItem final : public XColorItem
{
diff --git a/include/svx/xflftrit.hxx b/include/svx/xflftrit.hxx
index a6daf1006535..87d587315d19 100644
--- a/include/svx/xflftrit.hxx
+++ b/include/svx/xflftrit.hxx
@@ -25,7 +25,6 @@
#include <boost/property_tree/json_parser.hpp>
-// class XFillFloatTransparenceItem -
class SVX_DLLPUBLIC XFillFloatTransparenceItem : public XFillGradientItem
diff --git a/include/svx/xflgrit.hxx b/include/svx/xflgrit.hxx
index 1b1d860c8fb9..4fbf399e6389 100644
--- a/include/svx/xflgrit.hxx
+++ b/include/svx/xflgrit.hxx
@@ -28,7 +28,6 @@
class SdrModel;
-// class XFillGradientItem
class SVX_DLLPUBLIC XFillGradientItem : public NameOrIndex
{
diff --git a/include/svx/xflhtit.hxx b/include/svx/xflhtit.hxx
index 760d89b9c43d..7a6cb5dde8fb 100644
--- a/include/svx/xflhtit.hxx
+++ b/include/svx/xflhtit.hxx
@@ -28,7 +28,6 @@
class SdrModel;
-// class XFillHatchItem
class SVX_DLLPUBLIC XFillHatchItem : public NameOrIndex
{
diff --git a/include/svx/xhatch.hxx b/include/svx/xhatch.hxx
index ffcd8fbeff0f..95c02d0b34e8 100644
--- a/include/svx/xhatch.hxx
+++ b/include/svx/xhatch.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/drawing/HatchStyle.hpp>
-// class XHatch
class SVX_DLLPUBLIC XHatch final
diff --git a/include/svx/xit.hxx b/include/svx/xit.hxx
index 0ca9124f7826..317fcd3edae0 100644
--- a/include/svx/xit.hxx
+++ b/include/svx/xit.hxx
@@ -32,7 +32,6 @@ class NameOrIndex;
typedef bool (*SvxCompareValueFunc)( const NameOrIndex* p1, const NameOrIndex* p2 );
-// class NameOrIndex
class SVX_DLLPUBLIC NameOrIndex : public SfxStringItem
{
diff --git a/include/svx/xlineit0.hxx b/include/svx/xlineit0.hxx
index b526a5aa12cc..a561bec0375a 100644
--- a/include/svx/xlineit0.hxx
+++ b/include/svx/xlineit0.hxx
@@ -22,7 +22,6 @@
#include <svl/eitem.hxx>
-// class LineStyleItem
#include <svx/svxdllapi.h>
#include <com/sun/star/drawing/LineStyle.hpp>
diff --git a/include/svx/xlinjoit.hxx b/include/svx/xlinjoit.hxx
index ed5749f9953e..612c747ef5b5 100644
--- a/include/svx/xlinjoit.hxx
+++ b/include/svx/xlinjoit.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/drawing/LineJoint.hpp>
-// class XLineJointItem
class SVX_DLLPUBLIC XLineJointItem final : public SfxEnumItem<css::drawing::LineJoint>
diff --git a/include/svx/xlncapit.hxx b/include/svx/xlncapit.hxx
index c4d6fb875024..8657c83807b7 100644
--- a/include/svx/xlncapit.hxx
+++ b/include/svx/xlncapit.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/drawing/LineCap.hpp>
-// class XLineCapItem
class SVX_DLLPUBLIC XLineCapItem final : public SfxEnumItem<css::drawing::LineCap>
diff --git a/include/svx/xlnclit.hxx b/include/svx/xlnclit.hxx
index af5be068449e..8f2e6db05dff 100644
--- a/include/svx/xlnclit.hxx
+++ b/include/svx/xlnclit.hxx
@@ -24,7 +24,6 @@
#include <svx/svxdllapi.h>
-// class XLineColorItem
class SVX_DLLPUBLIC XLineColorItem final : public XColorItem
{
diff --git a/include/svx/xlndsit.hxx b/include/svx/xlndsit.hxx
index f853ba2fb4a2..067b5821a8d7 100644
--- a/include/svx/xlndsit.hxx
+++ b/include/svx/xlndsit.hxx
@@ -29,7 +29,6 @@
class SdrModel;
-// class XLineDashItem
class SVX_DLLPUBLIC XLineDashItem : public NameOrIndex
{
diff --git a/include/svx/xlnedcit.hxx b/include/svx/xlnedcit.hxx
index 8befa988388e..b427aca7ba05 100644
--- a/include/svx/xlnedcit.hxx
+++ b/include/svx/xlnedcit.hxx
@@ -24,7 +24,6 @@
#include <svx/svxdllapi.h>
-// class XLineEndCenterItem
class SVX_DLLPUBLIC XLineEndCenterItem : public SfxBoolItem
{
diff --git a/include/svx/xlnedit.hxx b/include/svx/xlnedit.hxx
index 7a4c33475f37..81530d5274de 100644
--- a/include/svx/xlnedit.hxx
+++ b/include/svx/xlnedit.hxx
@@ -27,7 +27,6 @@
class SdrModel;
-// class XLineEndItem
class SVX_DLLPUBLIC XLineEndItem final : public NameOrIndex
{
diff --git a/include/svx/xlnedwit.hxx b/include/svx/xlnedwit.hxx
index 372b7ba3ecaa..81961d068e1e 100644
--- a/include/svx/xlnedwit.hxx
+++ b/include/svx/xlnedwit.hxx
@@ -26,7 +26,6 @@
#define LINE_END_WIDTH_DEFAULT (200)
-// class XLineEndWidthItem
class SVX_DLLPUBLIC XLineEndWidthItem final : public SfxMetricItem
diff --git a/include/svx/xlnstcit.hxx b/include/svx/xlnstcit.hxx
index 133b80fb2958..d3f6164cd5f3 100644
--- a/include/svx/xlnstcit.hxx
+++ b/include/svx/xlnstcit.hxx
@@ -24,7 +24,6 @@
#include <svx/svxdllapi.h>
-// class XLineStartCenterItem
class SVX_DLLPUBLIC XLineStartCenterItem : public SfxBoolItem
{
diff --git a/include/svx/xlnstit.hxx b/include/svx/xlnstit.hxx
index 6a01d7e5fdc4..387f57b88e49 100644
--- a/include/svx/xlnstit.hxx
+++ b/include/svx/xlnstit.hxx
@@ -27,7 +27,6 @@
class SdrModel;
-// class XLineStartItem
class SVX_DLLPUBLIC XLineStartItem final : public NameOrIndex
{
diff --git a/include/svx/xlnstwit.hxx b/include/svx/xlnstwit.hxx
index 0809db0d42d2..5e8b38f5f5d6 100644
--- a/include/svx/xlnstwit.hxx
+++ b/include/svx/xlnstwit.hxx
@@ -26,7 +26,6 @@
#define LINE_START_WIDTH_DEFAULT (200)
-// class XLineStartWidthItem
class SVX_DLLPUBLIC XLineStartWidthItem final : public SfxMetricItem
{
diff --git a/include/svx/xlnwtit.hxx b/include/svx/xlnwtit.hxx
index 7fecd90ecef1..114abf0b4811 100644
--- a/include/svx/xlnwtit.hxx
+++ b/include/svx/xlnwtit.hxx
@@ -24,7 +24,6 @@
#include <svx/svxdllapi.h>
-// class XLineWidthItem
class SVX_DLLPUBLIC XLineWidthItem final : public SfxMetricItem
{
diff --git a/include/svx/xsflclit.hxx b/include/svx/xsflclit.hxx
index dce7c5678b78..86a7921b34a6 100644
--- a/include/svx/xsflclit.hxx
+++ b/include/svx/xsflclit.hxx
@@ -23,7 +23,6 @@
#include <svx/xcolit.hxx>
-// class XSecondaryFillColorItem
class SVX_DLLPUBLIC XSecondaryFillColorItem final : public XColorItem
{
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx
index 377dcbc57ce1..db5a15c9be21 100644
--- a/include/toolkit/awt/vclxaccessiblecomponent.hxx
+++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx
@@ -42,7 +42,6 @@ class AccessibleStateSetHelper;
}
-// class VCLXAccessibleComponent
typedef ::cppu::ImplHelper1<
css::lang::XServiceInfo > VCLXAccessibleComponent_BASE;
diff --git a/include/toolkit/awt/vclxbitmap.hxx b/include/toolkit/awt/vclxbitmap.hxx
index d2ff89c2845c..40201ae82784 100644
--- a/include/toolkit/awt/vclxbitmap.hxx
+++ b/include/toolkit/awt/vclxbitmap.hxx
@@ -30,7 +30,6 @@
#include <vcl/bitmapex.hxx>
-// class VCLXBitmap
class VCLXBitmap final : public cppu::WeakImplHelper<
diff --git a/include/toolkit/awt/vclxcontainer.hxx b/include/toolkit/awt/vclxcontainer.hxx
index 9550d8b48c02..f73cdf2c4495 100644
--- a/include/toolkit/awt/vclxcontainer.hxx
+++ b/include/toolkit/awt/vclxcontainer.hxx
@@ -28,7 +28,6 @@
#include <toolkit/awt/vclxwindow.hxx>
-// class VCLXContainer
class VCLXContainer : public css::awt::XVclContainer,
diff --git a/include/toolkit/awt/vclxdevice.hxx b/include/toolkit/awt/vclxdevice.hxx
index 07cd499cacfb..59d1a65edfee 100644
--- a/include/toolkit/awt/vclxdevice.hxx
+++ b/include/toolkit/awt/vclxdevice.hxx
@@ -73,7 +73,6 @@ public:
};
-// class VCLXVirtualDevice
class VCLXVirtualDevice : public VCLXDevice
diff --git a/include/toolkit/awt/vclxfont.hxx b/include/toolkit/awt/vclxfont.hxx
index e21936f20c99..92ea58480de4 100644
--- a/include/toolkit/awt/vclxfont.hxx
+++ b/include/toolkit/awt/vclxfont.hxx
@@ -35,7 +35,6 @@ namespace com { namespace sun { namespace star { namespace awt { class XDevice;
class FontMetric;
-// class VCLXFont
class TOOLKIT_DLLPUBLIC VCLXFont final :
diff --git a/include/toolkit/awt/vclxgraphics.hxx b/include/toolkit/awt/vclxgraphics.hxx
index 264843dae6ae..0689e48b9e56 100644
--- a/include/toolkit/awt/vclxgraphics.hxx
+++ b/include/toolkit/awt/vclxgraphics.hxx
@@ -51,7 +51,6 @@ namespace o3tl
}
-// class VCLXGraphics
class VCLXGraphics final : public cppu::WeakImplHelper<
diff --git a/include/toolkit/awt/vclxmenu.hxx b/include/toolkit/awt/vclxmenu.hxx
index 34f5d8f2a58a..298a8ccdd676 100644
--- a/include/toolkit/awt/vclxmenu.hxx
+++ b/include/toolkit/awt/vclxmenu.hxx
@@ -48,7 +48,6 @@ typedef ::std::vector<
> PopupMenuRefList;
-// class VCLXMenu
class TOOLKIT_DLLPUBLIC VCLXMenu : public css::awt::XMenuBar,
diff --git a/include/toolkit/awt/vclxpointer.hxx b/include/toolkit/awt/vclxpointer.hxx
index ab210d2b545b..8346637a074d 100644
--- a/include/toolkit/awt/vclxpointer.hxx
+++ b/include/toolkit/awt/vclxpointer.hxx
@@ -31,7 +31,6 @@
#include <vcl/ptrstyle.hxx>
-// class VCLXPointer
class VCLXPointer final : public cppu::WeakImplHelper<
diff --git a/include/toolkit/awt/vclxprinter.hxx b/include/toolkit/awt/vclxprinter.hxx
index 81aebf443c6e..e03a3a7b2044 100644
--- a/include/toolkit/awt/vclxprinter.hxx
+++ b/include/toolkit/awt/vclxprinter.hxx
@@ -47,7 +47,6 @@ class Printer;
*/
-// class VCLXPrinterPropertySet
typedef ::cppu::WeakImplHelper < css::awt::XPrinterPropertySet
@@ -100,7 +99,6 @@ public:
};
-// class VCLXPrinter
typedef ::cppu::ImplInheritanceHelper < VCLXPrinterPropertySet
@@ -139,7 +137,6 @@ public:
};
-// class VCLXInfoPrinter
typedef ::cppu::ImplInheritanceHelper < VCLXPrinterPropertySet
@@ -172,7 +169,6 @@ public:
};
-// class VCLXPrinterServer
typedef ::cppu::WeakImplHelper < css::awt::XPrinterServer2,
diff --git a/include/toolkit/awt/vclxregion.hxx b/include/toolkit/awt/vclxregion.hxx
index aec3e0b0af5d..d4c43ef31730 100644
--- a/include/toolkit/awt/vclxregion.hxx
+++ b/include/toolkit/awt/vclxregion.hxx
@@ -31,7 +31,6 @@
#include <vcl/region.hxx>
-// class VCLXRegion
class VCLXRegion final : public cppu::WeakImplHelper<
diff --git a/include/toolkit/awt/vclxtopwindow.hxx b/include/toolkit/awt/vclxtopwindow.hxx
index 9db6e7d51d24..3f64d104bbac 100644
--- a/include/toolkit/awt/vclxtopwindow.hxx
+++ b/include/toolkit/awt/vclxtopwindow.hxx
@@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace awt { class XMenuBar;
typedef ::cppu::ImplHelper2 < css::awt::XTopWindow2, css::awt::XSystemDependentWindowPeer
> VCLXTopWindow_XBase;
-// class VCLXTopWindow
class VCLXTopWindow: public VCLXTopWindow_XBase,
public VCLXContainer
diff --git a/include/toolkit/awt/vclxwindow.hxx b/include/toolkit/awt/vclxwindow.hxx
index fa76b5f253b5..2b6095b7c14e 100644
--- a/include/toolkit/awt/vclxwindow.hxx
+++ b/include/toolkit/awt/vclxwindow.hxx
@@ -53,7 +53,6 @@ namespace toolkit
class IAccessibleFactory;
}
-// class VCLXWINDOW
class UnoPropertyArrayHelper;
class VCLXWindowImpl;
diff --git a/include/toolkit/controls/controlmodelcontainerbase.hxx b/include/toolkit/controls/controlmodelcontainerbase.hxx
index 5a56b9b3a1f1..ae0b0b9ca9f5 100644
--- a/include/toolkit/controls/controlmodelcontainerbase.hxx
+++ b/include/toolkit/controls/controlmodelcontainerbase.hxx
@@ -43,7 +43,6 @@
namespace com { namespace sun { namespace star { namespace resource { class XStringResourceResolver; } } } }
namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } }
-// class ControlModelContainerBase
typedef UnoControlModel ControlModel_Base;
typedef ::cppu::AggImplInheritanceHelper8 < ControlModel_Base
diff --git a/include/toolkit/controls/tabpagecontainer.hxx b/include/toolkit/controls/tabpagecontainer.hxx
index 2e071ae16f3c..21808db7f37a 100644
--- a/include/toolkit/controls/tabpagecontainer.hxx
+++ b/include/toolkit/controls/tabpagecontainer.hxx
@@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace awt { namespace tab {
namespace com { namespace sun { namespace star { namespace awt { namespace tab { class XTabPageContainerListener; } } } } }
namespace com { namespace sun { namespace star { namespace awt { namespace tab { class XTabPageModel; } } } } }
-// class css::awt::tab::UnoControlTabPageContainerModel
typedef ::cppu::AggImplInheritanceHelper1 < UnoControlModel
, css::awt::tab::XTabPageContainerModel
diff --git a/include/toolkit/controls/tabpagemodel.hxx b/include/toolkit/controls/tabpagemodel.hxx
index 49893cb805a7..862d690f0361 100644
--- a/include/toolkit/controls/tabpagemodel.hxx
+++ b/include/toolkit/controls/tabpagemodel.hxx
@@ -46,7 +46,6 @@ public:
};
-// class UnoTabPageControl
typedef ::cppu::AggImplInheritanceHelper2 < ControlContainerBase
, css::awt::tab::XTabPage
diff --git a/include/toolkit/controls/unocontrol.hxx b/include/toolkit/controls/unocontrol.hxx
index 94b3f09a1999..cc83a6b7a934 100644
--- a/include/toolkit/controls/unocontrol.hxx
+++ b/include/toolkit/controls/unocontrol.hxx
@@ -58,7 +58,6 @@ struct UnoControlComponentInfos
struct UnoControl_Data;
-// class UnoControl
typedef ::cppu::WeakAggImplHelper9 < css::awt::XControl
, css::awt::XWindow2
diff --git a/include/toolkit/controls/unocontrolbase.hxx b/include/toolkit/controls/unocontrolbase.hxx
index 6c1dc600a7ea..c152fa5516df 100644
--- a/include/toolkit/controls/unocontrolbase.hxx
+++ b/include/toolkit/controls/unocontrolbase.hxx
@@ -27,7 +27,6 @@
#include <toolkit/controls/unocontrol.hxx>
-// class UnoControlBase
class UnoControlBase : public UnoControl
diff --git a/include/toolkit/controls/unocontrolcontainer.hxx b/include/toolkit/controls/unocontrolcontainer.hxx
index 79da9c09489c..fde6df733173 100644
--- a/include/toolkit/controls/unocontrolcontainer.hxx
+++ b/include/toolkit/controls/unocontrolcontainer.hxx
@@ -34,7 +34,6 @@
class UnoControlHolderList;
-// class UnoControlContainer
typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
, css::awt::XUnoControlContainer
diff --git a/include/toolkit/controls/unocontrolcontainermodel.hxx b/include/toolkit/controls/unocontrolcontainermodel.hxx
index f24015b3e9b2..e27e38730255 100644
--- a/include/toolkit/controls/unocontrolcontainermodel.hxx
+++ b/include/toolkit/controls/unocontrolcontainermodel.hxx
@@ -24,7 +24,6 @@
#include <toolkit/controls/unocontrolmodel.hxx>
-// class css::awt::UnoControlContainerModel
class UnoControlContainerModel final : public UnoControlModel
{
diff --git a/include/toolkit/controls/unocontrolmodel.hxx b/include/toolkit/controls/unocontrolmodel.hxx
index 34dbb3ce277e..69b5f121a0f6 100644
--- a/include/toolkit/controls/unocontrolmodel.hxx
+++ b/include/toolkit/controls/unocontrolmodel.hxx
@@ -45,7 +45,6 @@ namespace com { namespace sun { namespace star { namespace uno { class XComponen
typedef std::map<sal_uInt16, css::uno::Any> ImplPropertyTable;
-// class UnoControlModel
typedef ::cppu::WeakAggImplHelper7 < css::awt::XControlModel
diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx
index 6bc0fafb570a..683c6f1901e3 100644
--- a/include/toolkit/controls/unocontrols.hxx
+++ b/include/toolkit/controls/unocontrols.hxx
@@ -73,7 +73,6 @@ public:
};
-// class UnoControlEditModel
class UnoControlEditModel final : public UnoControlModel
{
@@ -100,7 +99,6 @@ public:
};
-// class UnoEditControl
typedef ::cppu::ImplHelper4 < css::awt::XTextComponent
, css::awt::XTextListener
@@ -178,7 +176,6 @@ public:
};
-// class UnoControlFileControlModel
class UnoControlFileControlModel final : public UnoControlModel
{
@@ -204,7 +201,6 @@ public:
};
-// class UnoFileControl
class UnoFileControl final : public UnoEditControl
{
@@ -219,7 +215,6 @@ public:
};
-// class GraphicControlModel
class GraphicControlModel : public UnoControlModel
{
@@ -247,7 +242,6 @@ private:
};
-// class UnoControlButtonModel
class UnoControlButtonModel final : public GraphicControlModel
{
@@ -273,7 +267,6 @@ public:
};
-// class UnoButtonControl
typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
, css::awt::XButton
@@ -325,7 +318,6 @@ public:
};
-// class UnoControlImageControlModel
class UnoControlImageControlModel final : public GraphicControlModel
{
@@ -357,7 +349,6 @@ public:
};
-// class UnoImageControlControl
typedef ::cppu::AggImplInheritanceHelper1 < UnoControlBase
, css::awt::XLayoutConstrains
@@ -389,7 +380,6 @@ public:
};
-// class UnoControlRadioButtonModel
class UnoControlRadioButtonModel final : public GraphicControlModel
{
@@ -415,7 +405,6 @@ public:
};
-// class UnoRadioButtonControl
typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
, css::awt::XButton
@@ -469,7 +458,6 @@ public:
};
-// class UnoControlCheckBoxModel
class UnoControlCheckBoxModel final : public GraphicControlModel
{
@@ -495,7 +483,6 @@ public:
};
-// class UnoCheckBoxControl
typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
, css::awt::XButton
@@ -551,7 +538,6 @@ public:
};
-// class UnoControlFixedTextModel
class UnoControlFixedHyperlinkModel final : public UnoControlModel
{
@@ -575,7 +561,6 @@ public:
};
-// class UnoFixedHyperlinkControl
class UnoFixedHyperlinkControl final : public UnoControlBase,
public css::awt::XFixedHyperlink,
@@ -624,7 +609,6 @@ public:
};
-// class UnoControlFixedTextModel
class UnoControlFixedTextModel final : public UnoControlModel
{
@@ -650,7 +634,6 @@ public:
};
-// class UnoFixedTextControl
class UnoFixedTextControl final : public UnoControlBase,
public css::awt::XFixedText,
@@ -690,7 +673,6 @@ public:
};
-// class UnoControlGroupBoxModel
class UnoControlGroupBoxModel final : public UnoControlModel
{
@@ -716,7 +698,6 @@ public:
};
-// class UnoGroupBoxControl
class UnoGroupBoxControl final : public UnoControlBase
{
@@ -733,7 +714,6 @@ public:
};
-// class UnoControlListBoxModel
struct UnoControlListBoxModel_Data;
typedef ::cppu::AggImplInheritanceHelper1 < UnoControlModel
@@ -837,7 +817,6 @@ protected:
};
-// class UnoListBoxControl
typedef ::cppu::AggImplInheritanceHelper5 < UnoControlBase
, css::awt::XListBox
@@ -916,7 +895,6 @@ private:
};
-// class UnoControlComboBoxModel
class UnoControlComboBoxModel final : public UnoControlListBoxModel
{
@@ -944,7 +922,6 @@ public:
};
-// class UnoComboBoxControl
class UnoComboBoxControl final : public UnoEditControl
, public css::awt::XComboBox
@@ -1011,7 +988,6 @@ private:
};
-// class UnoSpinFieldControl
class UnoSpinFieldControl : public UnoEditControl,
public css::awt::XSpinField
@@ -1049,7 +1025,6 @@ public:
};
-// class UnoControlDateFieldModel
class UnoControlDateFieldModel final : public UnoControlModel
{
@@ -1075,7 +1050,6 @@ public:
};
-// class UnoDateFieldControl
class UnoDateFieldControl final : public UnoSpinFieldControl,
public css::awt::XDateField
@@ -1127,7 +1101,6 @@ public:
};
-// class UnoControlTimeFieldModel
class UnoControlTimeFieldModel final : public UnoControlModel
{
@@ -1153,7 +1126,6 @@ public:
};
-// class UnoTimeFieldControl
class UnoTimeFieldControl final : public UnoSpinFieldControl,
public css::awt::XTimeField
@@ -1203,7 +1175,6 @@ public:
};
-// class UnoControlNumericFieldModel
class UnoControlNumericFieldModel final : public UnoControlModel
{
@@ -1229,7 +1200,6 @@ public:
};
-// class UnoNumericFieldControl
class UnoNumericFieldControl final : public UnoSpinFieldControl,
public css::awt::XNumericField
@@ -1281,7 +1251,6 @@ public:
};
-// class UnoControlCurrencyFieldModel
class UnoControlCurrencyFieldModel final : public UnoControlModel
{
@@ -1307,7 +1276,6 @@ public:
};
-// class UnoCurrencyFieldControl
class UnoCurrencyFieldControl final : public UnoSpinFieldControl,
public css::awt::XCurrencyField
@@ -1359,7 +1327,6 @@ public:
};
-// class UnoControlPatternFieldModel
class UnoControlPatternFieldModel final : public UnoControlModel
{
@@ -1385,7 +1352,6 @@ public:
};
-// class UnoPatternFieldControl
class UnoPatternFieldControl final : public UnoSpinFieldControl,
public css::awt::XPatternField
@@ -1420,7 +1386,6 @@ public:
};
-// class UnoControlProgressBarModel
class UnoControlProgressBarModel final : public UnoControlModel
{
@@ -1446,7 +1411,6 @@ public:
};
-// class UnoProgressBarControl
class UnoProgressBarControl final : public UnoControlBase,
public css::awt::XProgressBar
@@ -1478,7 +1442,6 @@ public:
};
-// class UnoControlFixedLineModel
class UnoControlFixedLineModel final : public UnoControlModel
{
@@ -1504,7 +1467,6 @@ public:
};
-// class UnoFixedLineControl
class UnoFixedLineControl final : public UnoControlBase
{
diff --git a/include/toolkit/helper/emptyfontdescriptor.hxx b/include/toolkit/helper/emptyfontdescriptor.hxx
index 9dc25084cf7c..28a1aa3c1f14 100644
--- a/include/toolkit/helper/emptyfontdescriptor.hxx
+++ b/include/toolkit/helper/emptyfontdescriptor.hxx
@@ -26,7 +26,6 @@
#include <com/sun/star/awt/FontStrikeout.hpp>
-// class EmptyFontDescriptor
class EmptyFontDescriptor : public css::awt::FontDescriptor
{
diff --git a/include/toolkit/helper/mutexhelper.hxx b/include/toolkit/helper/mutexhelper.hxx
index a43504c0a103..7c11d9b798e5 100644
--- a/include/toolkit/helper/mutexhelper.hxx
+++ b/include/toolkit/helper/mutexhelper.hxx
@@ -23,7 +23,6 @@
#include <osl/mutex.hxx>
-// class MutexHelper
class MutexHelper
diff --git a/include/toolkit/helper/vclunohelper.hxx b/include/toolkit/helper/vclunohelper.hxx
index 19d9a6d21c22..8589ff9e7bd5 100644
--- a/include/toolkit/helper/vclunohelper.hxx
+++ b/include/toolkit/helper/vclunohelper.hxx
@@ -66,7 +66,6 @@ class MouseEvent;
class KeyEvent;
-// class VclUnoHelper
class TOOLKIT_DLLPUBLIC VCLUnoHelper
{
diff --git a/include/ucbhelper/contentinfo.hxx b/include/ucbhelper/contentinfo.hxx
index 405b1057b3a3..485085db5e28 100644
--- a/include/ucbhelper/contentinfo.hxx
+++ b/include/ucbhelper/contentinfo.hxx
@@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace ucb { class XCommandE
namespace ucbhelper {
-// class PropertySetInfo.
class ContentImplHelper;
@@ -77,7 +76,6 @@ public:
};
-// class CommandProcessorInfo.
/**