Kaydet (Commit) 18f08e53 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-value (Clang towards 3.2)

Change-Id: I24bf5a91544269e9284c52aedca1fcd8435a8e4a
üst a0b3feaf
...@@ -132,8 +132,6 @@ const TableStyle& TableProperties::getUsedTableStyle( const ::oox::core::XmlFilt ...@@ -132,8 +132,6 @@ const TableStyle& TableProperties::getUsedTableStyle( const ::oox::core::XmlFilt
void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase,
const Reference < XPropertySet >& xPropSet, TextListStylePtr pMasterTextListStyle ) const Reference < XPropertySet >& xPropSet, TextListStylePtr pMasterTextListStyle )
{ {
TableStyleListPtr( const_cast< ::oox::core::XmlFilterBase& >( rFilterBase ).getTableStyles() );
uno::Reference< XColumnRowRange > xColumnRowRange( uno::Reference< XColumnRowRange > xColumnRowRange(
xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("Model") ) ), uno::UNO_QUERY_THROW ); xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("Model") ) ), uno::UNO_QUERY_THROW );
......
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