diff options
Diffstat (limited to 'drawinglayer/source/tools/emfpcustomlinecap.hxx')
-rw-r--r-- | drawinglayer/source/tools/emfpcustomlinecap.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drawinglayer/source/tools/emfpcustomlinecap.hxx b/drawinglayer/source/tools/emfpcustomlinecap.hxx index 3fd2d2fc64a8..22ed6be6dd4d 100644 --- a/drawinglayer/source/tools/emfpcustomlinecap.hxx +++ b/drawinglayer/source/tools/emfpcustomlinecap.hxx @@ -17,10 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPCUSTOMLINECAP_HXX -#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPCUSTOMLINECAP_HXX +#pragma once -#include <com/sun/star/rendering/StrokeAttributes.hpp> #include "emfphelperdata.hxx" namespace emfplushelper @@ -29,18 +27,15 @@ namespace emfplushelper { sal_uInt32 type; sal_uInt32 strokeStartCap, strokeEndCap, strokeJoin; - float miterLimit; + float miterLimit, widthScale; basegfx::B2DPolyPolygon polygon; bool mbIsFilled; EMFPCustomLineCap(); - void SetAttributes(com::sun::star::rendering::StrokeAttributes& aAttributes); void ReadPath(SvStream& s, EmfPlusHelperData const & rR, bool bFill); void Read(SvStream& s, EmfPlusHelperData const & rR); }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |