writerfilter/source/dmapper/DomainMapperTableManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e234e9ca0f993ebe298ac5c2c6d7fc79ee3f12c0 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Sat Sep 27 22:39:01 2014 +0200 DomainMapperTableManager::sprm: fix typo Change-Id: I1cb23d8a1e6568046348377e1852dbadff37f9cc diff --git a/writerfilter/source/dmapper/DomainMapperTableManager.cxx b/writerfilter/source/dmapper/DomainMapperTableManager.cxx index 91c922d..69592d4 100644 --- a/writerfilter/source/dmapper/DomainMapperTableManager.cxx +++ b/writerfilter/source/dmapper/DomainMapperTableManager.cxx @@ -373,7 +373,7 @@ bool DomainMapperTableManager::sprm(Sprm & rSprm) // DomainMapperTableHandler::endTableGetCellProperties() can we // handle the combination of the cell direction and paragraph // alignment as necessary. - pPropMap->Insert(PROP_CELL_DIRECTION, uno::Any(sal_Int32(3))); + pPropMap->Insert(PROP_CELL_DIRECTION, uno::Any(sal_Int32(nIntValue))); bool bInsertCellProps = true; switch ( nIntValue ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits