1 --- sc/source/filter/xcl97/xcl97rec.cxx-old 2009-10-09 23:32:32.000000000 +0200
2 +++ sc/source/filter/xcl97/xcl97rec.cxx 2009-10-09 23:34:13.000000000 +0200
7 +void XclExpInterfaceEnd::WriteBody( XclExpStream& /*rStrm*/ )
11 // ============================================================================
13 XclExpFileSharing::XclExpFileSharing( const XclExpRoot& rRoot, sal_uInt16 nPasswordHash ) :
14 --- sc/source/filter/inc/xcl97rec.hxx-old 2009-10-10 13:49:17.000000000 +0200
15 +++ sc/source/filter/inc/xcl97rec.hxx 2009-10-10 13:50:31.000000000 +0200
18 // ============================================================================
20 +/** Beginning of User Interface Records */
21 +class XclExpInterfaceEnd : public XclExpRecord
24 + explicit XclExpInterfaceEnd();
25 + virtual ~XclExpInterfaceEnd();
28 + virtual void WriteBody( XclExpStream& rStrm );
31 +// ============================================================================
33 /** Write Access User Name - This record contains the user name, which is
34 the name you type when you install Excel. */
35 class XclExpWriteAccess : public XclExpRecord