summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorMariana Marasoiu <mariana.marasoiu@gmail.com>2012-03-14 01:34:42 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-03-14 16:41:19 +0000
commit02f1aad7003703cf604c5c46da82cf0f46c7f709 (patch)
tree4d33b963ee45b21a621c2a572001fb75d8a09923 /oox
parentRemove unused code in drawingml/theme. (diff)
downloadcore-02f1aad7003703cf604c5c46da82cf0f46c7f709.tar.gz
core-02f1aad7003703cf604c5c46da82cf0f46c7f709.zip
Remove unused code in drawingml/table.
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/drawingml/table/tableproperties.hxx1
-rw-r--r--oox/source/drawingml/table/tableproperties.cxx4
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 )