From 02f1aad7003703cf604c5c46da82cf0f46c7f709 Mon Sep 17 00:00:00 2001 From: Mariana Marasoiu Date: Wed, 14 Mar 2012 01:34:42 +0200 Subject: Remove unused code in drawingml/table. --- oox/inc/oox/drawingml/table/tableproperties.hxx | 1 - oox/source/drawingml/table/tableproperties.cxx | 4 ---- 2 files changed, 5 deletions(-) (limited to 'oox') diff --git a/oox/inc/oox/drawingml/table/tableproperties.hxx b/oox/inc/oox/drawingml/table/tableproperties.hxx index 45246bd9d8ee..3d783d94288d 100644 --- a/oox/inc/oox/drawingml/table/tableproperties.hxx +++ b/oox/inc/oox/drawingml/table/tableproperties.hxx @@ -61,7 +61,6 @@ public: sal_Bool& isBandRow(){ return mbBandRow; }; sal_Bool& isBandCol(){ return mbBandCol; }; - void apply( const TablePropertiesPtr& ); void pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & xPropSet, ::oox::drawingml::TextListStylePtr pMasterTextListStyle ); diff --git a/oox/source/drawingml/table/tableproperties.cxx b/oox/source/drawingml/table/tableproperties.cxx index 7fbd4bd5d431..97ed6e708578 100644 --- a/oox/source/drawingml/table/tableproperties.cxx +++ b/oox/source/drawingml/table/tableproperties.cxx @@ -61,10 +61,6 @@ TableProperties::~TableProperties() { } -void TableProperties::apply( const TablePropertiesPtr& /* rSourceTableProperties */ ) -{ -} - void CreateTableRows( uno::Reference< XTableRows > xTableRows, const std::vector< TableRow >& rvTableRows ) { if ( rvTableRows.size() > 1 ) -- cgit