diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-09-25 08:57:48 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-09-25 09:58:42 +0200 |
commit | 73bd937420b9a99e1e35950e3f9dcbcfd874876d (patch) | |
tree | 94ff1f5781d55017b505a6c76f61134b882d1241 /oox | |
parent | e13ee4d45d1b17e422e35dcd1446c73ad8bc920a (diff) |
n#780853 fix DOCX import of w:sdtContent in table cell
The problem was that the framePr token made the table import fail. Given
that frames inside w:sdtContent are invisible anway, just ignore them.
Change-Id: I88ab9d5dd6cf362c629de74bc079c3108725f0a1
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/token/tokens.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/token/tokens.txt b/oox/source/token/tokens.txt index 64979d5ba05a..94644b45ebb6 100644 --- a/oox/source/token/tokens.txt +++ b/oox/source/token/tokens.txt @@ -4392,6 +4392,7 @@ sd sdt sdtContent sdtContentLocked +sdtEndContent sdtEndPr sdtLocked sdtPr |