From f656547d4d41091b5ccb729838e7355554a453cd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Dec 2019 09:28:27 +0200 Subject: 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 --- l10ntools/inc/cfgmerge.hxx | 2 -- l10ntools/inc/export.hxx | 4 ---- l10ntools/source/cfgmerge.cxx | 5 ----- l10ntools/source/lngmerge.cxx | 1 - l10ntools/source/merge.cxx | 3 --- l10ntools/source/xmlparse.cxx | 4 ---- l10ntools/source/xrmmerge.cxx | 3 --- 7 files changed, 22 deletions(-) (limited to 'l10ntools') diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx index d9ed5b6c356f..3f4fdb55c947 100644 --- a/l10ntools/inc/cfgmerge.hxx +++ b/l10ntools/inc/cfgmerge.hxx @@ -31,7 +31,6 @@ typedef std::unordered_map OStringHashMap; -// class CfgStackData class CfgStackData @@ -60,7 +59,6 @@ public: }; -// class CfgStack class CfgStack diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index b6d958695b8d..1ca56e4fe75d 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -57,7 +57,6 @@ typedef std::unordered_map #define X_COMMENT "x-comment" -// class ResData /// Purpose: holds mandatory data to export a single res @@ -76,12 +75,10 @@ public: }; -// class Export class ParserQueue; -// class MergeEntrys /// Purpose: holds information of data to merge @@ -119,7 +116,6 @@ public: }; -// class MergeDataFile /// Purpose: holds information of data to merge, read from PO file diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx index 755359b1fa24..ae75f973724f 100644 --- a/l10ntools/source/cfgmerge.cxx +++ b/l10ntools/source/cfgmerge.cxx @@ -85,7 +85,6 @@ void workOnTokenSet(int nTyp, char * pTokenText) { } -// class CfgStackData CfgStackData* CfgStack::Push(const OString &rTag, const OString &rId) @@ -96,7 +95,6 @@ CfgStackData* CfgStack::Push(const OString &rTag, const OString &rId) } -// class CfgStack CfgStack::~CfgStack() @@ -125,7 +123,6 @@ CfgStackData *CfgStack::GetStackData() } -// class CfgParser CfgParser::CfgParser() @@ -326,7 +323,6 @@ void CfgParser::Execute( int nToken, char * pToken ) } -// class CfgExport CfgExport::CfgExport( @@ -385,7 +381,6 @@ void CfgExport::WorkOnText( } -// class CfgMerge CfgMerge::CfgMerge( diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx index fdb0cf90b176..777154f57f4d 100644 --- a/l10ntools/source/lngmerge.cxx +++ b/l10ntools/source/lngmerge.cxx @@ -52,7 +52,6 @@ void lcl_RemoveUTF8ByteOrderMarker( OString &rString ) } -// class LngParser LngParser::LngParser(const OString &rLngFile) : sSource( rLngFile ) diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx index 5cf0972e645e..60d88b927c1b 100644 --- a/l10ntools/source/merge.cxx +++ b/l10ntools/source/merge.cxx @@ -56,7 +56,6 @@ namespace } -// class ResData ResData::ResData( const OString &rGId ) @@ -75,7 +74,6 @@ ResData::ResData( const OString &rGId, const OString &rFilename) } -// class MergeEntrys bool MergeEntrys::GetText( OString &rReturn, @@ -108,7 +106,6 @@ OString MergeEntrys::GetQTZText(const ResData& rResData, const OString& rOrigTex return sKey + GetDoubleBars() + rOrigText; } -// class MergeDataFile MergeDataFile::MergeDataFile( diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx index 73fff95d831d..10852fa0f043 100644 --- a/l10ntools/source/xmlparse.cxx +++ b/l10ntools/source/xmlparse.cxx @@ -40,7 +40,6 @@ using namespace osl; #define ID "id" -// class XMLChildNode XMLChildNode::XMLChildNode( XMLParentNode *pPar ) @@ -67,7 +66,6 @@ XMLChildNode& XMLChildNode::operator=(const XMLChildNode& rObj) } -// class XMLParentNode XMLParentNode::~XMLParentNode() @@ -145,7 +143,6 @@ void XMLParentNode::RemoveAndDeleteAllChildren() } -// class XMLFile void XMLFile::Write( OString const &aFilename ) @@ -739,7 +736,6 @@ void XMLElement::Print(XMLNode *pCur, OStringBuffer& rBuffer, bool bRootelement } -// class SimpleXMLParser namespace diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx index 26dee6f4540c..b77e0138edb1 100644 --- a/l10ntools/source/xrmmerge.cxx +++ b/l10ntools/source/xrmmerge.cxx @@ -140,7 +140,6 @@ int GetError() } -// class XRMResParser XRMResParser::XRMResParser() @@ -278,7 +277,6 @@ void XRMResParser::Error( const OString &rError ) } -// class XMLResExport XRMResExport::XRMResExport( @@ -350,7 +348,6 @@ void XRMResExport::EndOfText( } -// class XRMResMerge XRMResMerge::XRMResMerge( -- cgit