Kaydet (Commit) bdad6d0f authored tarafından Caolán McNamara's avatar Caolán McNamara

mbOwnTblStyle->bOwnTblStyle, its not a member

Change-Id: I3611a1873463cd5dc6d336ffa22c244eaeb6d824
üst 6ef1cb0c
...@@ -267,8 +267,8 @@ void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBa ...@@ -267,8 +267,8 @@ void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBa
CreateTableColumns( xColumnRowRange->getColumns(), mvTableGrid ); CreateTableColumns( xColumnRowRange->getColumns(), mvTableGrid );
CreateTableRows( xColumnRowRange->getRows(), mvTableRows ); CreateTableRows( xColumnRowRange->getRows(), mvTableRows );
bool mbOwnTblStyle = false; bool bOwnTblStyle = false;
const TableStyle& rTableStyle( getUsedTableStyle( rFilterBase, mbOwnTblStyle ) ); const TableStyle& rTableStyle( getUsedTableStyle( rFilterBase, bOwnTblStyle ) );
sal_Int32 nRow = 0; sal_Int32 nRow = 0;
const std::vector< TableRow >::const_iterator aTableRowEnd( mvTableRows.end() ); const std::vector< TableRow >::const_iterator aTableRowEnd( mvTableRows.end() );
for (std::vector< TableRow >::iterator aTableRowIter( mvTableRows.begin() ); for (std::vector< TableRow >::iterator aTableRowIter( mvTableRows.begin() );
...@@ -293,7 +293,7 @@ void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBa ...@@ -293,7 +293,7 @@ void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBa
} }
} }
if(mbOwnTblStyle) if(bOwnTblStyle)
{ {
TableStyle* pTableStyle = (TableStyle*)&rTableStyle; TableStyle* pTableStyle = (TableStyle*)&rTableStyle;
delete pTableStyle; delete pTableStyle;
......
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