summaryrefslogtreecommitdiff
path: root/sw
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 /sw
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 'sw')
-rw-r--r--sw/inc/ndarr.hxx1
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx1
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index da52d06377f6..84d47253fce7 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -63,7 +63,6 @@ struct SwPosition;
namespace sw { class DocumentContentOperationsManager; }
namespace svt { class EmbeddedObjectRef; }
-// class SwNodes
typedef SwNode * SwNodePtr;
typedef bool (*FnForEach_SwNodes)( const SwNodePtr&, void* pArgs );
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 1db18cf71acd..9bedca2caee7 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -3592,7 +3592,6 @@ const SwFormat* SwWW8ImplReader::GetStyleWithOrgWWName( OUString const & rName )
return pRet;
}
-// class WW8RStyle
SprmResult WW8RStyle::HasParaSprm(sal_uInt16 nId) const
{
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 9fac7faa0e20..b9fe6d41e347 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -1667,7 +1667,6 @@ WW8_FC WW8ScannerBase::WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode,
return nRet;
}
-// class WW8ScannerBase
std::unique_ptr<WW8PLCFpcd> WW8ScannerBase::OpenPieceTable( SvStream* pStr, const WW8Fib* pWwF )
{
if ( ((8 > m_pWw8Fib->m_nVersion) && !pWwF->m_fComplex) || !pWwF->m_lcbClx )