diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-03 09:28:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-03 12:46:27 +0100 |
commit | f656547d4d41091b5ccb729838e7355554a453cd (patch) | |
tree | baab3db9b9287d11133c5f4495b3ed4b812f0c17 /include/toolkit | |
parent | f51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (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/toolkit')
24 files changed, 0 insertions, 64 deletions
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 { |