merge the formfield patch from ooo-build
[ooovba.git] / applied_patches / 0181-hack-readd-XclExpInterfaceEnd-WriteBody.diff
blob55ebbf1a78b6779d9b35c9e12747b9956773f7ee
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
3 @@ -1491,6 +1491,10 @@
4 rStrm << aData[i];
7 +void XclExpInterfaceEnd::WriteBody( XclExpStream& /*rStrm*/ )
8 +{
9 +}
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
16 @@ -570,6 +570,19 @@
18 // ============================================================================
20 +/** Beginning of User Interface Records */
21 +class XclExpInterfaceEnd : public XclExpRecord
23 +public:
24 + explicit XclExpInterfaceEnd();
25 + virtual ~XclExpInterfaceEnd();
27 +private:
28 + virtual void WriteBody( XclExpStream& rStrm );
29 +};
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