summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-03-02 22:00:00 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-03-02 22:14:25 +0000
commit62ee264429ee7f4bbb2da62c8f963d9c25d29242 (patch)
tree5364e58de35463b9f8905e13f72fca22ad5923af /oox/inc
parent40b30c31ff9e53e233799bdb18971c43b9b77dc8 (diff)
customshapes: special-case Sequence of EnhancedCustomShapeParameterPair
another 20% compile time win, and 350K saved from the shared library
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/drawingml/customshapeproperties.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/customshapeproperties.hxx b/oox/inc/oox/drawingml/customshapeproperties.hxx
index b811efc0998b..5fd6cd0121c6 100644
--- a/oox/inc/oox/drawingml/customshapeproperties.hxx
+++ b/oox/inc/oox/drawingml/customshapeproperties.hxx
@@ -123,8 +123,8 @@ protected:
};
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::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > createCustomShapeSegmentSequence( size_t nElems, const sal_uInt16 *pValues ) { return createSegmentSequence( nElems, 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 PropertyMap getProperties() = 0;
};