diff options
-rw-r--r-- | include/oox/drawingml/customshapeproperties.hxx | 14 | ||||
-rw-r--r-- | oox/source/drawingml/customshapeproperties.cxx | 11 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 26 deletions
diff --git a/include/oox/drawingml/customshapeproperties.hxx b/include/oox/drawingml/customshapeproperties.hxx index c0753e0ae9ab..d27fc661c0a2 100644 --- a/include/oox/drawingml/customshapeproperties.hxx +++ b/include/oox/drawingml/customshapeproperties.hxx @@ -104,20 +104,6 @@ struct Path2D }; -class CustomShapeProvider { -protected: - struct ParameterPairData { - sal_uInt16 nFirstType; - sal_uInt16 nSecondType; - sal_uInt32 nFirstValue; - sal_uInt32 nSecondValue; - }; - static com::sun::star::drawing::EnhancedCustomShapeParameterPair createParameterPair( const ParameterPairData *pData ); -public: - virtual ~CustomShapeProvider() {} - virtual PropertyMap getProperties() = 0; -}; - class CustomShapeProperties { public: diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx index 1feec30eb862..81171a37fc74 100644 --- a/oox/source/drawingml/customshapeproperties.cxx +++ b/oox/source/drawingml/customshapeproperties.cxx @@ -369,17 +369,6 @@ void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFi } } -com::sun::star::drawing::EnhancedCustomShapeParameterPair -CustomShapeProvider::createParameterPair( const ParameterPairData *pData ) -{ - EnhancedCustomShapeParameterPair aParameterPair; - aParameterPair.First.Type = pData->nFirstType; - aParameterPair.First.Value = makeAny(pData->nFirstValue); - aParameterPair.Second.Type = pData->nSecondType; - aParameterPair.Second.Value = makeAny(pData->nSecondValue); - return aParameterPair; -} - } } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/unusedcode.easy b/unusedcode.easy index 9cf9e88a3c6a..3dd021b9523e 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -244,7 +244,6 @@ connectivity::sdbcx::OGroup::OGroup(bool) connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, bool) oglcanvas::CanvasHelper::flush() const oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const -oox::drawingml::CustomShapeProvider::createParameterPair(oox::drawingml::CustomShapeProvider::ParameterPairData const*) oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&) sc::CLBuildKernelThread::CLBuildKernelThread() sc::CLBuildKernelThread::consume() |