summaryrefslogtreecommitdiff
path: root/xmlhelp
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 /xmlhelp
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 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx5
-rw-r--r--xmlhelp/source/treeview/tvread.cxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index bf45b130a40e..0c02bdf1c466 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -1072,7 +1072,6 @@ void Databases::setInstallPath( const OUString& aInstDir )
m_aInstallDirectory += "/";
}
-// class ExtensionIteratorBase
ExtensionHelpExistenceMap ExtensionIteratorBase::aHelpExistenceMap;
@@ -1323,7 +1322,6 @@ void ExtensionIteratorBase::implGetLanguageVectorFromPackage( ::std::vector< OUS
}
}
-// class DataBaseIterator
helpdatafileproxy::Hdf* DataBaseIterator::nextHdf( OUString* o_pExtensionPath, OUString* o_pExtensionRegistryPath )
{
@@ -1432,7 +1430,6 @@ helpdatafileproxy::Hdf* DataBaseIterator::implGetHdfFromPackage( const Reference
return pRetHdf;
}
-// class KeyDataBaseFileIterator
//returns a file URL
OUString KeyDataBaseFileIterator::nextDbFile( bool& o_rbExtension )
@@ -1512,7 +1509,6 @@ OUString KeyDataBaseFileIterator::implGetDbFileFromPackage
return aExpandedURL;
}
-// class JarFileIterator
Reference< XHierarchicalNameAccess > JarFileIterator::nextJarFile
( Reference< deployment::XPackage >& o_xParentPackageBundle,
@@ -1631,7 +1627,6 @@ Reference< XHierarchicalNameAccess > JarFileIterator::implGetJarFromPackage
return xNA;
}
-// class IndexFolderIterator
OUString IndexFolderIterator::nextIndexFolder( bool& o_rbExtension, bool& o_rbTemporary )
{
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx
index 922a418d401f..e71f24b4f6ad 100644
--- a/xmlhelp/source/treeview/tvread.cxx
+++ b/xmlhelp/source/treeview/tvread.cxx
@@ -825,7 +825,6 @@ void TVChildTarget::subst( OUString& instpath )
instpath = aOptions.SubstituteVariable( instpath );
}
-// class TreeFileIterator
static const char aHelpMediaType[] = "application/vnd.sun.star.help";
@@ -1022,7 +1021,6 @@ void TreeFileIterator::implGetLanguageVectorFromPackage( ::std::vector< OUString
}
}
-// class TreeFileIterator
OUString TreeFileIterator::nextTreeFile( sal_Int32& rnFileSize )
{