From 363dafefad14411a16f6ea9d2ee0d55b67bc9c8d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 19 Jun 2013 17:41:34 +0200 Subject: [PATCH] fdo#43641 writerfilter: tokenize lc:lockedCanvas These are just the minimal changes, so that writerfilter calls into oox::shape::ShapeContextHandler, which does the real work. Change-Id: Ia53731ac8592964b70e8a438ed09262463c05360 --- writerfilter/source/dmapper/GraphicImport.cxx | 1 + writerfilter/source/ooxml/model.xml | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx index 8403f72187a1..a6c62955675d 100644 --- a/writerfilter/source/dmapper/GraphicImport.cxx +++ b/writerfilter/source/dmapper/GraphicImport.cxx @@ -1205,6 +1205,7 @@ void GraphicImport::lcl_sprm(Sprm & rSprm) case NS_ooxml::LN_graphic_graphic: case NS_ooxml::LN_pic_pic: case NS_ooxml::LN_dgm_relIds: + case NS_ooxml::LN_lc_lockedCanvas: { writerfilter::Reference::Pointer_t pProperties = rSprm.getProps(); if( pProperties.get()) diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml index cdafa91e89bf..c9f2d4f962ed 100644 --- a/writerfilter/source/ooxml/model.xml +++ b/writerfilter/source/ooxml/model.xml @@ -26,6 +26,7 @@ + @@ -5165,6 +5166,7 @@ + @@ -5191,6 +5193,7 @@ + @@ -8454,6 +8457,19 @@ + + + + + + + + + + + + + @@ -8476,6 +8492,13 @@ + + + + + + +