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 /svtools | |
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 'svtools')
-rw-r--r-- | svtools/source/inc/unoiface.hxx | 6 | ||||
-rw-r--r-- | svtools/source/uno/popupwindowcontroller.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/treecontrolpeer.cxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 6 |
4 files changed, 0 insertions, 15 deletions
diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx index 01a70610cd04..d18d887c1075 100644 --- a/svtools/source/inc/unoiface.hxx +++ b/svtools/source/inc/unoiface.hxx @@ -38,7 +38,6 @@ namespace com { namespace sun { namespace star { namespace util { class SvNumberFormatsSupplierObj; -// class VCLXMultiLineEdit class VCLXMultiLineEdit : public css::awt::XTextComponent, public css::awt::XTextArea, @@ -103,7 +102,6 @@ public: }; -// class VCLXFileControl class VCLXFileControl final : public css::awt::XTextComponent, public css::awt::XTextLayoutConstrains, public VCLXWindow { @@ -156,7 +154,6 @@ public: }; -// class SVTXFormattedField class SVTXFormattedField : public VCLXSpinField @@ -205,7 +202,6 @@ protected: }; -// class SVTXNumericField class SVTXNumericField : public css::awt::XNumericField, public SVTXFormattedField { @@ -244,7 +240,6 @@ public: }; -// class VCLXCurrencyField class SVTXCurrencyField : public css::awt::XCurrencyField, public SVTXFormattedField { @@ -288,7 +283,6 @@ public: }; -// class SVTXDateField class SVTXDateField : public VCLXDateField { diff --git a/svtools/source/uno/popupwindowcontroller.cxx b/svtools/source/uno/popupwindowcontroller.cxx index 14f1cfc382f5..c266600546d5 100644 --- a/svtools/source/uno/popupwindowcontroller.cxx +++ b/svtools/source/uno/popupwindowcontroller.cxx @@ -150,7 +150,6 @@ IMPL_LINK( PopupWindowControllerImpl, WindowEventListener, VclWindowEvent&, rWin } -// class PopupWindowController PopupWindowController::PopupWindowController( const Reference< uno::XComponentContext >& rxContext, diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx index da477a40de78..1f67bbdd0af7 100644 --- a/svtools/source/uno/treecontrolpeer.cxx +++ b/svtools/source/uno/treecontrolpeer.cxx @@ -1404,7 +1404,6 @@ bool TreeControlPeer::loadImage( const OUString& rURL, Image& rImage ) } -// class UnoTreeListBoxImpl UnoTreeListBoxImpl::UnoTreeListBoxImpl( TreeControlPeer* pPeer, vcl::Window* pParent, WinBits nWinStyle ) @@ -1494,7 +1493,6 @@ bool UnoTreeListBoxImpl::EditedEntry( SvTreeListEntry* pEntry, const OUString& r } -// class UnoTreeListItem UnoTreeListItem::UnoTreeListItem() diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index 6814e69bd50b..d4ffbfe4f2e6 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -136,7 +136,6 @@ SAL_DLLPUBLIC_EXPORT vcl::Window* CreateWindow( VCLXWindow** ppNewComp, const cs } // extern "C" -// class VCLXMultiLineEdit VCLXMultiLineEdit::VCLXMultiLineEdit() :maTextListeners( *this ) @@ -505,7 +504,6 @@ void VCLXMultiLineEdit::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) VCLXWindow::ImplGetPropertyIds( rIds, true ); } -// class VCLXFileControl VCLXFileControl::VCLXFileControl() : maTextListeners( *this ) { @@ -783,7 +781,6 @@ void VCLXFileControl::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) } -// class SVTXFormattedField SVTXFormattedField::SVTXFormattedField() @@ -1361,7 +1358,6 @@ void SVTXFormattedField::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) } -// class SVTXNumericField SVTXNumericField::SVTXNumericField() { @@ -1535,7 +1531,6 @@ void SVTXNumericField::GetPropertyIds( std::vector< sal_uInt16 > &rIds ) } -// class SVTXCurrencyField SVTXCurrencyField::SVTXCurrencyField() { @@ -1774,7 +1769,6 @@ void SVTXCurrencyField::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) } -// class SVTXDateField SVTXDateField::SVTXDateField() :VCLXDateField() |