diff options
author | Mariana Marasoiu <mariana.marasoiu@gmail.com> | 2012-03-14 01:34:42 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-14 16:41:19 +0000 |
commit | 02f1aad7003703cf604c5c46da82cf0f46c7f709 (patch) | |
tree | 4d33b963ee45b21a621c2a572001fb75d8a09923 /oox | |
parent | 238944f008610d7faeab473c9b26ad04fc024429 (diff) |
Remove unused code in drawingml/table.
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/drawingml/table/tableproperties.hxx | 1 | ||||
-rw-r--r-- | oox/source/drawingml/table/tableproperties.cxx | 4 |
2 files changed, 0 insertions, 5 deletions
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 ) |