summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-06-05 16:41:53 +0100
committerNoel Power <noel.power@novell.com>2012-06-12 11:02:24 +0100
commitb3d25d0797c8697189a4db27135ae86ee92ba2f2 (patch)
tree1844ffca2a18b0a5dafe36f461cf27881b7be0d1 /oox
parent5ea56491e3951b7c48022cf78972342dbb8fad16 (diff)
fix missing ole and form control(s) on xlsx import
chang the visibility of aMceState in order to access that member to filter out reading and parsing of ./xl/ctrlProps/ctrlProp[N].xml fragments for 'controls' & 'oleObjects' elements nested withing 'mc:AlternateContent' elements Change-Id: I6892db7e3302b9977f0fdaabbe3ac1444315e011
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/core/fragmenthandler2.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/inc/oox/core/fragmenthandler2.hxx b/oox/inc/oox/core/fragmenthandler2.hxx
index 781ed855a282..70ded853fa17 100644
--- a/oox/inc/oox/core/fragmenthandler2.hxx
+++ b/oox/inc/oox/core/fragmenthandler2.hxx
@@ -41,7 +41,7 @@ namespace core {
class OOX_DLLPUBLIC FragmentHandler2 : public FragmentHandler, public ContextHandler2Helper
{
-private:
+protected:
enum MCE_STATE
{
MCE_UNUSED,
@@ -50,7 +50,6 @@ private:
};
::std::vector<MCE_STATE> aMceState;
-private:
bool prepareMceContext( sal_Int32 nElement, const AttributeList& rAttribs );