summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/db.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/db.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/db.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx
index a0ee6b88d001..7bf3fe11c2d9 100644
--- a/xmlhelp/source/cxxhelp/provider/db.hxx
+++ b/xmlhelp/source/cxxhelp/provider/db.hxx
@@ -49,7 +49,7 @@ namespace helpdatafileproxy {
void copyToBuffer( const char* pSrcData, int nSize );
public:
- HDFData( void )
+ HDFData()
: m_nSize( 0 )
, m_pBuffer( NULL )
{}
@@ -101,13 +101,13 @@ namespace helpdatafileproxy {
{ releaseHashMap(); }
void createHashMap( bool bOptimizeForPerformance = false );
- void releaseHashMap( void );
+ void releaseHashMap();
bool getValueForKey( const OString& rKey, HDFData& rValue );
- bool startIteration( void );
+ bool startIteration();
bool getNextKeyAndValue( HDFData& rKey, HDFData& rValue );
- void stopIteration( void );
+ void stopIteration();
};
}