summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/databases.hxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-10 19:28:48 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-10 19:23:25 +0000
commit2f66b0cb110c2f7d864f96e850015aa1741e1f94 (patch)
tree8884d890732cb197925348a1392408ad3e26c686 /xmlhelp/source/cxxhelp/provider/databases.hxx
parentd4ba5995a168a8999734252fe6e9240bde1b7dae (diff)
fdo#62475 removed pointless comments
Change-Id: I4fa01553246fa023806b3fec8e6e756a1efa59f1 Reviewed-on: https://gerrit.libreoffice.org/5342 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/databases.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.hxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx
index 5c424c0f2ec2..46e04fd11e88 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.hxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.hxx
@@ -44,17 +44,14 @@
// Forward declaration
-
namespace helpdatafileproxy {
class Hdf;
}
-
namespace chelp {
-
class Databases;
class URLParameter;
@@ -69,7 +66,6 @@ namespace chelp {
OUString m_aFulltext;
int m_nOrder;
-
public:
StaticModuleInformation( OUString aTitle,
@@ -97,8 +93,6 @@ namespace chelp {
int get_order() const { return m_nOrder; }
}; // end class StaticModuleInformation
-
-
class KeywordInfo
{
public:
@@ -125,7 +119,6 @@ namespace chelp {
void init( Databases *pDatabases,helpdatafileproxy::Hdf* pHdf,const OUString& ids );
};
-
KeywordInfo( const std::vector< KeywordElement >& aVector );
~KeywordInfo() { };
@@ -148,8 +141,6 @@ namespace chelp {
com::sun::star::uno::Sequence< com::sun::star::uno::Sequence< OUString > > listId,listAnchor,listTitle;
}; // end class KeywordInfo
-
-
class Databases
{
public:
@@ -170,7 +161,6 @@ namespace chelp {
}
};
-
/**
* Input is the installdirectory in system dependent notation
*/
@@ -202,7 +192,6 @@ namespace chelp {
const OUString& Language, bool helpText = false,
const OUString* pExtensionPath = NULL );
-
/**
* The following method returns the Collator for the given language-country combination
*/
@@ -218,7 +207,6 @@ namespace chelp {
void popupDocument( URLParameter* urlPar,char **buffer,int *byteCount );
-
/**
* Returns the cascading stlye sheet used to format the HTML-output.
* First try is language directory, second try is main installation directory.
@@ -228,14 +216,12 @@ namespace chelp {
char** buffer,
int* byteCount );
-
/**
* Changes the stylesheet for further reads.
*/
void changeCSS(const OUString& newStyleSheet);
-
/**
* Returns the active help text for the given module, language and id.
*/
@@ -265,7 +251,6 @@ namespace chelp {
OUString processLang( const OUString& Language );
-
/**
* Maps a given language-locale combination to locale.
* The returned string maybe empty
@@ -273,7 +258,6 @@ namespace chelp {
OUString country( const OUString& Language );
-
void replaceName( OUString& oustring ) const;
OUString getProductName() const { return m_vReplacement[0]; }
@@ -348,7 +332,6 @@ namespace chelp {
eq > CollatorTable;
CollatorTable m_aCollatorTable;
-
struct ostring_eq
{
bool operator()( const OString& rKey1, const OString& rKey2 ) const
@@ -372,15 +355,12 @@ namespace chelp {
ostring_eq > EmptyActiveTextSet;
EmptyActiveTextSet m_aEmptyActiveTextSet;
-
// methods
void setInstallPath( const OUString& aInstallDirectory );
}; // end class Databases
-
- //===================================================================
enum IteratorState
{
INITIAL_MODULE,
@@ -401,7 +381,6 @@ namespace chelp {
>
ExtensionHelpExistanceMap;
-
class ExtensionIteratorBase
{
static ExtensionHelpExistanceMap aHelpExistanceMap;
@@ -458,8 +437,6 @@ namespace chelp {
}; // end class ExtensionIteratorBase
-
- //===================================================================
class DataBaseIterator : public ExtensionIteratorBase
{
public:
@@ -476,7 +453,6 @@ namespace chelp {
helpdatafileproxy::Hdf* nextHdf( OUString* o_pExtensionPath = NULL, OUString* o_pExtensionRegistryPath = NULL );
-
private:
helpdatafileproxy::Hdf* implGetHdfFromPackage(
com::sun::star::uno::Reference< com::sun::star::deployment::XPackage > xPackage,
@@ -486,7 +462,6 @@ namespace chelp {
}; // end class DataBaseIterator
- //===================================================================
class KeyDataBaseFileIterator : public ExtensionIteratorBase
{
public:
@@ -503,7 +478,6 @@ namespace chelp {
}; // end class KeyDataBaseFileIterator
- //===================================================================
class JarFileIterator : public ExtensionIteratorBase
{
public:
@@ -523,7 +497,6 @@ namespace chelp {
}; // end class JarFileIterator
- //===================================================================
class IndexFolderIterator : public ExtensionIteratorBase
{
public:
@@ -540,11 +513,8 @@ namespace chelp {
}; // end class KeyDataBaseFileIterator
- //===================================================================
-
} // end namespace chelp
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */