summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/namebuff.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/namebuff.hxx')
-rw-r--r--sc/source/filter/inc/namebuff.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/inc/namebuff.hxx b/sc/source/filter/inc/namebuff.hxx
index 520d5fd5b2fd..ae296aeff136 100644
--- a/sc/source/filter/inc/namebuff.hxx
+++ b/sc/source/filter/inc/namebuff.hxx
@@ -45,14 +45,14 @@ private:
static sal_uInt32 MakeHashCode( const OUString& );
public:
inline StringHashEntry( const OUString& );
- inline StringHashEntry( void );
+ inline StringHashEntry();
inline void operator =( const sal_Char* );
inline void operator =( const OUString& );
inline void operator =( const StringHashEntry& );
inline bool operator ==( const StringHashEntry& ) const;
};
-inline StringHashEntry::StringHashEntry( void )
+inline StringHashEntry::StringHashEntry()
{
}
@@ -245,7 +245,7 @@ public:
bool IsLink( const sal_uInt16 nExcSheetIndex ) const;
bool GetLink( const sal_uInt16 nExcSheetIndex, OUString &rAppl, OUString &rDoc ) const;
- void Reset( void );
+ void Reset();
};
inline ExtSheetBuffer::ExtSheetBuffer( RootData* p ) : ExcRoot( p )
@@ -260,8 +260,8 @@ struct ExtName
inline ExtName( const OUString& r, sal_uInt16 n ) : aName( r ), nStorageId( 0 ), nFlags( n ) {}
- bool IsDDE( void ) const;
- bool IsOLE( void ) const;
+ bool IsDDE() const;
+ bool IsOLE() const;
};
class ExtNameBuff : protected XclImpRoot