summaryrefslogtreecommitdiff
path: root/writerfilter/source
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 /writerfilter/source
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 'writerfilter/source')
-rw-r--r--writerfilter/source/dmapper/LoggedResources.cxx3
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.cxx2
2 files changed, 0 insertions, 5 deletions
diff --git a/writerfilter/source/dmapper/LoggedResources.cxx b/writerfilter/source/dmapper/LoggedResources.cxx
index ca57c4b0360b..aa24829aff32 100644
--- a/writerfilter/source/dmapper/LoggedResources.cxx
+++ b/writerfilter/source/dmapper/LoggedResources.cxx
@@ -27,7 +27,6 @@ namespace writerfilter
{
#ifdef DBG_UTIL
-// class: LoggedResourcesHelper
LoggedResourcesHelper::LoggedResourcesHelper(const std::string & sPrefix)
: msPrefix(sPrefix)
@@ -70,7 +69,6 @@ void LoggedResourcesHelper::attribute(const std::string & rName, sal_uInt32 nVal
#endif
-// class: LoggedStream
LoggedStream::LoggedStream(
#ifdef DBG_UTIL
@@ -324,7 +322,6 @@ void LoggedStream::endGlossaryEntry()
#endif
}
-// class LoggedProperties
LoggedProperties::LoggedProperties(
#ifdef DBG_UTIL
const std::string & sPrefix
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index d98d22db485b..fde5ccc0b425 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -27,13 +27,11 @@ namespace ooxml {
using namespace com::sun::star;
-// class OOXMLFactory_ns
OOXMLFactory_ns::~OOXMLFactory_ns()
{
}
-// class OOXMLFactory
void OOXMLFactory::attributes(OOXMLFastContextHandler * pHandler,
const uno::Reference< xml::sax::XFastAttributeList > & xAttribs)