Kaydet (Commit) 45582edd authored tarafından Michael Stahl's avatar Michael Stahl

oox: improve code formatting

Change-Id: I16b1a80401369a8d78ea87a96daa3ee03d502e6f
üst ba1ae835
......@@ -359,6 +359,7 @@ void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oo
if (rBackgroundFillPropertiesPtr.get())
aBgColor = rBackgroundFillPropertiesPtr->getBestSolidColor();
else if (rBackgroundFillStyle.mnThemedIdx != 0)
{
if (const Theme* pTheme = rFilterBase.getCurrentTheme())
{
FillProperties const*const pStyle(
......@@ -369,6 +370,7 @@ void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oo
nPhClr = rBackgroundFillStyle.maPhClr.getColor(rFilterBase.getGraphicHelper());
}
}
}
if (aBgColor.isUsed())
{
const Color& rCellColor = aFillProperties.getBestSolidColor();
......
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