diff options
Diffstat (limited to 'oox/source/token')
-rw-r--r-- | oox/source/token/namespaces-strict.txt | 1 | ||||
-rw-r--r-- | oox/source/token/namespaces.hxx.tail | 2 | ||||
-rw-r--r-- | oox/source/token/namespaces.txt | 1 | ||||
-rw-r--r-- | oox/source/token/tokens.txt | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/oox/source/token/namespaces-strict.txt b/oox/source/token/namespaces-strict.txt index 59631432eb2f..beed3238ae2d 100644 --- a/oox/source/token/namespaces-strict.txt +++ b/oox/source/token/namespaces-strict.txt @@ -81,6 +81,7 @@ wp14 http://schemas.microsoft.com/office/word/2010/wordproces w14 http://schemas.microsoft.com/office/word/2010/wordml a14 http://schemas.microsoft.com/office/drawing/2010/main p14 http://schemas.microsoft.com/office/powerpoint/2010/main +wpc http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas # MSO 2012/2013 extensions --------------------------------------------------------- diff --git a/oox/source/token/namespaces.hxx.tail b/oox/source/token/namespaces.hxx.tail index 382955683d7d..34513e850fe5 100644 --- a/oox/source/token/namespaces.hxx.tail +++ b/oox/source/token/namespaces.hxx.tail @@ -63,7 +63,7 @@ inline sal_Int32 getNamespace( sal_Int32 nToken ) { return nToken & NMSP_MASK; } #define LOEXT_TOKEN( token ) OOX_TOKEN( loext, token ) #define M_TOKEN(token) OOX_TOKEN(officeMath, token) #define XR2_TOKEN(token) OOX_TOKEN(xr2, token) - +#define WPC_TOKEN(token) OOX_TOKEN(wpc, token) } // namespace oox diff --git a/oox/source/token/namespaces.txt b/oox/source/token/namespaces.txt index 0790c65d8817..dbe29f19a220 100644 --- a/oox/source/token/namespaces.txt +++ b/oox/source/token/namespaces.txt @@ -81,6 +81,7 @@ wp14 http://schemas.microsoft.com/office/word/2010/wordproces w14 http://schemas.microsoft.com/office/word/2010/wordml a14 http://schemas.microsoft.com/office/drawing/2010/main p14 http://schemas.microsoft.com/office/powerpoint/2010/main +wpc http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas # MSO 2012/2013 extensions --------------------------------------------------------- diff --git a/oox/source/token/tokens.txt b/oox/source/token/tokens.txt index eb5239d8a8ac..56e17dc35c22 100644 --- a/oox/source/token/tokens.txt +++ b/oox/source/token/tokens.txt @@ -5809,6 +5809,7 @@ wp wp14 wpJustification wpSpaceWidth +wpc wpg wps wrap |