From e18adb7369d140f33b947668a69da2fa78738e7b Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sat, 23 May 2015 19:23:05 +0100 Subject: tdf#90315 RTF import: fix \colsx default value See SectPageInformation::mnColsx on the libreoffice-3-6 branch + the spec agrees, too. Change-Id: I6f70a125f8d962621f319e3e75e2865e5f126859 --- writerfilter/source/dmapper/SectionColumnHandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'writerfilter') diff --git a/writerfilter/source/dmapper/SectionColumnHandler.cxx b/writerfilter/source/dmapper/SectionColumnHandler.cxx index 3a3575477f94..91dfc91fc663 100644 --- a/writerfilter/source/dmapper/SectionColumnHandler.cxx +++ b/writerfilter/source/dmapper/SectionColumnHandler.cxx @@ -31,7 +31,7 @@ using namespace ::com::sun::star; SectionColumnHandler::SectionColumnHandler() : LoggedProperties("SectionColumnHandler") , bEqualWidth(false) - , nSpace(0) + , nSpace(1270) // 720 twips , nNum(0) , bSep(false) { -- cgit