summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-02-12 16:20:21 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-02-12 16:20:21 +0100
commit7accbd8c0d7f1d0b87748f0de599c4d8b469a61e (patch)
treeb55054703bfd9ff1bb5c2932d0b478253efbe6bd /oox
parent02a17688f3cae61f531185cc9f4bb86cd1df8e9d (diff)
drawingML import: wrong namespace for 'pic'
Change-Id: I97311b737c7cb706ddff95d1b1b8fe61241f055d
Diffstat (limited to 'oox')
-rw-r--r--oox/source/shape/ShapeContextHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx
index 9a0d72777eed..26fda73aaa4e 100644
--- a/oox/source/shape/ShapeContextHandler.cxx
+++ b/oox/source/shape/ShapeContextHandler.cxx
@@ -273,7 +273,7 @@ void SAL_CALL ShapeContextHandler::startFastElement
mpThemePtr.reset(new Theme());
if (Element == DGM_TOKEN(relIds) || Element == LC_TOKEN(lockedCanvas) || Element == C_TOKEN(chart) ||
- Element == WPS_TOKEN(wsp) || Element == WPG_TOKEN(wgp) || Element == PPT_TOKEN(pic))
+ Element == WPS_TOKEN(wsp) || Element == WPG_TOKEN(wgp) || Element == OOX_TOKEN(dmlPicture, pic))
{
// Parse the theme relation, if available; the diagram won't have colors without it.
if (!msRelationFragmentPath.isEmpty())