summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/lotimpop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/lotimpop.hxx')
-rw-r--r--sc/source/filter/inc/lotimpop.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/filter/inc/lotimpop.hxx b/sc/source/filter/inc/lotimpop.hxx
index f177eeb5b75d..4cdd130c8e3f 100644
--- a/sc/source/filter/inc/lotimpop.hxx
+++ b/sc/source/filter/inc/lotimpop.hxx
@@ -41,26 +41,26 @@ private:
sal_Int32 nExtTab;
// in WK?-Datei
- void Bof( void ); // 0x0000 00
- bool BofFm3( void ); // 0x0000 00
+ void Bof(); // 0x0000 00
+ bool BofFm3(); // 0x0000 00
void Columnwidth( sal_uInt16 nRecLen ); // 0x0007 07
void Hiddencolumn( sal_uInt16 nRecLen ); // 0x0008 08
- void Userrange( void ); // 0x0009 09
- void Errcell( void ); // 0x0014 20
- void Nacell( void ); // 0x0015 21
- void Labelcell( void ); // 0x0016 22
- void Numbercell( void ); // 0x0017 23
- void Smallnumcell( void ); // 0x0018 24
+ void Userrange(); // 0x0009 09
+ void Errcell(); // 0x0014 20
+ void Nacell(); // 0x0015 21
+ void Labelcell(); // 0x0016 22
+ void Numbercell(); // 0x0017 23
+ void Smallnumcell(); // 0x0018 24
ScFormulaCell* Formulacell( sal_uInt16 nRecLen ); // 0x0019 25
void Formulastring( ScFormulaCell& ); // 0x001a 26
// 0x001b 27 special
- void NamedSheet( void ); // 14000
+ void NamedSheet(); // 14000
void RowPresentation( sal_uInt16 nRecLen ); // 2007
// in FM?-Datei
- void Font_Face( void ); // 174
- void Font_Type( void ); // 176
- void Font_Ysize( void ); // 177
+ void Font_Face(); // 174
+ void Font_Type(); // 176
+ void Font_Ysize(); // 177
void _Row( const sal_uInt16 nRecLen ); // 197 ?
inline void Read( ScAddress& );