summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-30 09:31:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-30 09:36:08 +0200
commit18f08e53d8ca0df16485159bd72eaa404368ff38 (patch)
treebec5d6c599dfea057401d3cd91893f5a23d0c8bd /oox
parentfix C++ warning declaration shadows member of this (diff)
downloadcore-18f08e53d8ca0df16485159bd72eaa404368ff38.tar.gz
core-18f08e53d8ca0df16485159bd72eaa404368ff38.zip
-Werror,-Wunused-value (Clang towards 3.2)
Change-Id: I24bf5a91544269e9284c52aedca1fcd8435a8e4a
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/table/tableproperties.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/drawingml/table/tableproperties.cxx b/oox/source/drawingml/table/tableproperties.cxx
index 29b5db5e35e7..e76108b907e8 100644
--- a/oox/source/drawingml/table/tableproperties.cxx
+++ b/oox/source/drawingml/table/tableproperties.cxx
@@ -132,8 +132,6 @@ const TableStyle& TableProperties::getUsedTableStyle( const ::oox::core::XmlFilt
void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase,
const Reference < XPropertySet >& xPropSet, TextListStylePtr pMasterTextListStyle )
{
- TableStyleListPtr( const_cast< ::oox::core::XmlFilterBase& >( rFilterBase ).getTableStyles() );
-
uno::Reference< XColumnRowRange > xColumnRowRange(
xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("Model") ) ), uno::UNO_QUERY_THROW );