diff options
Diffstat (limited to 'drawinglayer/source/tools/emfppen.hxx')
-rw-r--r-- | drawinglayer/source/tools/emfppen.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drawinglayer/source/tools/emfppen.hxx b/drawinglayer/source/tools/emfppen.hxx index c4a260f6e4a3..c338fef62029 100644 --- a/drawinglayer/source/tools/emfppen.hxx +++ b/drawinglayer/source/tools/emfppen.hxx @@ -22,6 +22,7 @@ #include <emfpbrush.hxx> #include <com/sun/star/rendering/StrokeAttributes.hpp> +#include <vector> namespace emfplushelper { @@ -46,11 +47,9 @@ namespace emfplushelper sal_Int32 dashStyle; sal_Int32 dashCap; float dashOffset; - sal_Int32 dashPatternLen; - float *dashPattern; + std::vector<float> dashPattern; sal_Int32 alignment; - sal_Int32 compoundArrayLen; - float *compoundArray; + std::vector<float> compoundArray; sal_Int32 customStartCapLen; EMFPCustomLineCap *customStartCap; sal_Int32 customEndCapLen; |