Kaydet (Commit) eb04d583 authored tarafından Mike Kaganski's avatar Mike Kaganski

tdf#119885: a typo fix

5d0c83fd follow-up

Change-Id: I3611172944072ac009c7c5191cbe05ec9600fd1d
Reviewed-on: https://gerrit.libreoffice.org/61847Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst c3bb8a44
...@@ -554,7 +554,7 @@ TableStyleSheetEntry * DomainMapperTableHandler::endTableGetTableStyle(TableInfo ...@@ -554,7 +554,7 @@ TableStyleSheetEntry * DomainMapperTableHandler::endTableGetTableStyle(TableInfo
aCellBorder->second >>= aLeftBorder; aCellBorder->second >>= aLeftBorder;
aCellBorder = m_aCellProperties[0][0]->getProperty(PROP_RIGHT_BORDER); aCellBorder = m_aCellProperties[0][0]->getProperty(PROP_RIGHT_BORDER);
if (aCellBorder) if (aCellBorder)
aCellBorder->second >>= aLeftBorder; aCellBorder->second >>= aRightBorder;
} }
if (rInfo.nNestLevel == 1 && aLeftBorder.LineWidth && !rFrameProperties.empty()) if (rInfo.nNestLevel == 1 && aLeftBorder.LineWidth && !rFrameProperties.empty())
{ {
......
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