Kaydet (Commit) e234e9ca authored tarafından Miklos Vajna's avatar Miklos Vajna

DomainMapperTableManager::sprm: fix typo

Change-Id: I1cb23d8a1e6568046348377e1852dbadff37f9cc
üst bddfaa77
...@@ -373,7 +373,7 @@ bool DomainMapperTableManager::sprm(Sprm & rSprm) ...@@ -373,7 +373,7 @@ bool DomainMapperTableManager::sprm(Sprm & rSprm)
// DomainMapperTableHandler::endTableGetCellProperties() can we // DomainMapperTableHandler::endTableGetCellProperties() can we
// handle the combination of the cell direction and paragraph // handle the combination of the cell direction and paragraph
// alignment as necessary. // 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; bool bInsertCellProps = true;
switch ( nIntValue ) switch ( nIntValue )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment