summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xeescher.hxx
diff options
context:
space:
mode:
authorJianyuan Li <lijiany@apache.org>2012-09-25 04:48:42 +0000
committerNoel Power <noel.power@suse.com>2013-06-11 14:10:01 +0100
commit74d631dfb37ec870575d873c82e982a58f65d60c (patch)
treeb5924443650c01a1bfc1d6fc8129619ff813fb06 /sc/source/filter/inc/xeescher.hxx
parent0b84b7d0f2bdd2d8c0620f3eafca8f0dd0761ed3 (diff)
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
Diffstat (limited to 'sc/source/filter/inc/xeescher.hxx')
-rw-r--r--sc/source/filter/inc/xeescher.hxx7
1 files changed, 4 insertions, 3 deletions
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
// ----------------------------------------------------------------------------