[Libreoffice-commits] core.git: writerfilter/source
Miklos Vajna
vmiklos at collabora.co.uk
Sat Sep 27 13:39:38 PDT 2014
writerfilter/source/dmapper/DomainMapperTableManager.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e234e9ca0f993ebe298ac5c2c6d7fc79ee3f12c0
Author: Miklos Vajna <vmiklos at 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 )
More information about the Libreoffice-commits
mailing list