diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-29 10:44:15 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-29 11:08:38 +0200 |
commit | 8c128ceebbf2d5320bd495101401712a3290c3d1 (patch) | |
tree | 28d5a71c59ddeff15e662ec1155cb886955f51c0 /include | |
parent | 11b81c1026c17548bfdbb861ac696f9c6acc628e (diff) |
oox: remove now unused helper methods (generated code used them in the past)
Change-Id: I532dc4ec24c635b9889d77c37113a8ece2c9b88b
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/drawingml/customshapeproperties.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/oox/drawingml/customshapeproperties.hxx b/include/oox/drawingml/customshapeproperties.hxx index 06af820da0b2..c0753e0ae9ab 100644 --- a/include/oox/drawingml/customshapeproperties.hxx +++ b/include/oox/drawingml/customshapeproperties.hxx @@ -112,10 +112,7 @@ protected: sal_uInt32 nFirstValue; sal_uInt32 nSecondValue; }; - static com::sun::star::uno::Any createStringSequence( size_t nStrings, const char **pStrings ); - static com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > createSegmentSequence( size_t nElems, const sal_uInt16 *pValues ); static com::sun::star::drawing::EnhancedCustomShapeParameterPair createParameterPair( const ParameterPairData *pData ); - static com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > createParameterPairSequence( size_t nElems, const ParameterPairData *pData ); public: virtual ~CustomShapeProvider() {} virtual PropertyMap getProperties() = 0; |