diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-06 21:39:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-06 21:58:47 +0200 |
commit | c39f66023a4d208e98b287db3c3028442d7e76e1 (patch) | |
tree | 88e76f9df4525e98262ba66212d9715e25c023b8 /include/oox | |
parent | e76dfa63810d99e7b482c16b3b436ca1744defe3 (diff) |
oox: unused CustomShapeProvider
Change-Id: Ia8b23df9a78385f9129d5cea1195a8ba210113d2
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/customshapeproperties.hxx | 14 |
1 files changed, 0 insertions, 14 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: |