summaryrefslogtreecommitdiff
path: root/starmath/source/ooxml.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/ooxml.cxx')
-rw-r--r--starmath/source/ooxml.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/source/ooxml.cxx b/starmath/source/ooxml.cxx
index 84f6574ca267..df1b717f72fd 100644
--- a/starmath/source/ooxml.cxx
+++ b/starmath/source/ooxml.cxx
@@ -166,6 +166,9 @@ void SmOoxml::HandleNode(SmNode *pNode,int nLevel)
case NALIGN:
HandleMAlign(pNode,nLevel);
break;
+ case NPLACE:
+ // explicitly do nothing, MSOffice treats that as a placeholder if item is missing
+ break;
case NBLANK:
*pS << sal_uInt8(CHAR);
*pS << sal_uInt8(0x98);