summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyIds.cxx
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2016-08-24 15:17:43 +0300
committerMichael Stahl <mstahl@redhat.com>2016-08-30 12:22:24 +0000
commitc06d77c5eb57c1a7f5692028b6b04132593f9156 (patch)
treeabe4ed7061ae626edf313d3e8c84c75be014fd38 /writerfilter/source/dmapper/PropertyIds.cxx
parent7f95c479f7f24791b6e991d1ce0595aa05748845 (diff)
tdf#101589 MS import: set 1-row table to don't split if row is set
Since .doc and .docx don't have an option to "don't split table", we emulated that. For this IMPORT case when there is only one row, consider the entire table to be unsplitable is the row is unsplitable. This will give the expected results if the user starts adding more rows to the table. Change-Id: I8a2d817ff714ba0df65b5a5e263b27df4264e848 Reviewed-on: https://gerrit.libreoffice.org/28357 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'writerfilter/source/dmapper/PropertyIds.cxx')
-rw-r--r--writerfilter/source/dmapper/PropertyIds.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/PropertyIds.cxx b/writerfilter/source/dmapper/PropertyIds.cxx
index 426987fb635c..eec6ba265cce 100644
--- a/writerfilter/source/dmapper/PropertyIds.cxx
+++ b/writerfilter/source/dmapper/PropertyIds.cxx
@@ -238,6 +238,7 @@ OUString getPropertyName( PropertyIds eId )
case PROP_CREATE_FROM_OUTLINE : sName = "CreateFromOutline"; break;
case PROP_CREATE_FROM_MARKS : sName = "CreateFromMarks"; break;
case PROP_STANDARD : sName = "Standard"; break;
+ case PROP_SPLIT : sName = "Split"; break;
case PROP_IS_SPLIT_ALLOWED : sName = "IsSplitAllowed"; break;
case META_PROP_VERTICAL_BORDER : sName = "VerticalBorder"; break;
case META_PROP_HORIZONTAL_BORDER : sName = "HorizontalBorder"; break;