diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-06-19 17:13:29 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-06-20 10:46:55 +0200 |
commit | 32b93c5c4f0663eefd1e1979875f8af659c463df (patch) | |
tree | 04139a47da8faa75ec6a3f34f56560dbee09d666 /oox | |
parent | ebc635b95cc6d8c5853c443fee9fe76a0c89c121 (diff) |
fdo#43641 oox: add support for the lockedCanvas namespace
The plan is that once these are here, the writerfilter ooxml tokenizer
can refer to them. And then the writerfilter will call back to oox to do
the real drawingml import.
Change-Id: Ibc0d9838f3db717004a3bc8b80a408a39c8f0886
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/token/namespaces.hxx.tail | 1 | ||||
-rw-r--r-- | oox/source/token/namespaces.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/token/namespaces.hxx.tail b/oox/source/token/namespaces.hxx.tail index 7b1e869701dc..b684ea5932d1 100644 --- a/oox/source/token/namespaces.hxx.tail +++ b/oox/source/token/namespaces.hxx.tail @@ -51,6 +51,7 @@ inline sal_Int32 getNamespace( sal_Int32 nToken ) { return nToken & NMSP_MASK; } #define XML_TOKEN( token ) OOX_TOKEN( xml, token ) #define VMLPPT_TOKEN( token ) OOX_TOKEN( vmlPowerpoint, token ) #define DSP_TOKEN( token ) OOX_TOKEN( dsp, token ) +#define LC_TOKEN( token ) OOX_TOKEN( dmlLockedCanvas, token ) // ============================================================================ diff --git a/oox/source/token/namespaces.txt b/oox/source/token/namespaces.txt index 98f8dcf27143..78ba6ba8ff31 100644 --- a/oox/source/token/namespaces.txt +++ b/oox/source/token/namespaces.txt @@ -49,6 +49,7 @@ dsp http://schemas.microsoft.com/office/drawing/2008/diagram dmlChart http://schemas.openxmlformats.org/drawingml/2006/chart dmlChartDr http://schemas.openxmlformats.org/drawingml/2006/chartDrawing dmlDiagram http://schemas.openxmlformats.org/drawingml/2006/diagram +dmlLockedCanvas http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas dmlPicture http://schemas.openxmlformats.org/drawingml/2006/picture dmlSpreadDr http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing dmlWordDr http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing |