From 74d631dfb37ec870575d873c82e982a58f65d60c Mon Sep 17 00:00:00 2001 From: Jianyuan Li Date: Tue, 25 Sep 2012 04:48:42 +0000 Subject: Resolves: #i121045 After save a xls file contain marco in AOO, macor can't... Reported by: binguo Reviewed by: sunying Patched by: Jianyuan Li Change-Id: Ie728ce5185082334e3ce250d73e0660a6097f494 --- sc/source/filter/inc/xeescher.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sc/source/filter/inc/xeescher.hxx') diff --git a/sc/source/filter/inc/xeescher.hxx b/sc/source/filter/inc/xeescher.hxx index 9c91e7246a46..cfb396a1459e 100644 --- a/sc/source/filter/inc/xeescher.hxx +++ b/sc/source/filter/inc/xeescher.hxx @@ -236,7 +236,8 @@ private: // ---------------------------------------------------------------------------- -#if EXC_EXP_OCX_CTRL +//delete for exporting OCX +//#if EXC_EXP_OCX_CTRL /** Represents an OBJ record for an OCX form control. */ class XclExpOcxControlObj : public XclObj, public XclExpControlHelper @@ -258,7 +259,7 @@ private: sal_uInt32 mnStrmSize; /// Size in 'Ctls' stream. }; -#else +//#else /** Represents an OBJ record for an TBX form control. */ class XclExpTbxControlObj : public XclObj, public XclMacroHelper @@ -299,7 +300,7 @@ private: bool mbScrollHor; /// Scrollbar: true = horizontal. }; -#endif +//#endif // ---------------------------------------------------------------------------- -- cgit