Kaydet (Commit) ed5b2489 authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: Ia737bbef2801fac22a439d7bfd39ef7d8580a580
üst 356f1ad7
......@@ -42,7 +42,7 @@ private:
// -------------------------------------------------------------------
// in WK?-Datei
void Bof( void ); // 0x0000 00
sal_Bool BofFm3( void ); // 0x0000 00
bool BofFm3( void ); // 0x0000 00
void Columnwidth( sal_uInt16 nRecLen ); // 0x0007 07
void Hiddencolumn( sal_uInt16 nRecLen ); // 0x0008 08
void Userrange( void ); // 0x0009 09
......
......@@ -115,7 +115,7 @@ void ImportLotus::Bof( void )
}
sal_Bool ImportLotus::BofFm3( void )
bool ImportLotus::BofFm3( void )
{
sal_uInt16 nFileCode, nFileSub;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment