summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorFelix Zhang <felix@linux-6chh.site>2011-10-19 17:59:13 +0800
committerJan Holesovsky <kendy@suse.cz>2011-10-19 12:41:50 +0200
commitfcea2c9acb30fba319bad49d0f5e60b78f1ecacf (patch)
tree9747f1c663632312d0d8b469430a2056990ed7e9 /oox/inc/oox
parentf4496d4478c3e754d13242d9d55bddee7bd9985e (diff)
remove an unused method
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/drawingml/customshapeproperties.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/customshapeproperties.hxx b/oox/inc/oox/drawingml/customshapeproperties.hxx
index 6b3838b1bccc..1b72daa1fd52 100644
--- a/oox/inc/oox/drawingml/customshapeproperties.hxx
+++ b/oox/inc/oox/drawingml/customshapeproperties.hxx
@@ -119,7 +119,6 @@ public:
CustomShapeProperties();
virtual ~CustomShapeProperties();
- void apply( const CustomShapePropertiesPtr& );
void pushToPropSet( const ::oox::core::FilterBase& rFilterBase,
const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & xPropSet,
const ::com::sun::star::uno::Reference < ::com::sun::star::drawing::XShape > & xShape) const;