summaryrefslogtreecommitdiff
path: root/drawinglayer/source/tools/emfppen.hxx
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2019-01-11 00:03:46 +0100
committerBartosz Kosiorek <gang65@poczta.onet.pl>2019-01-11 15:46:04 +0100
commit1a8b2c1b18b1fdf1bc598ad8c2556fa0e4183606 (patch)
tree22df543c429a091b0fff33c311cb179ac915ff7d /drawinglayer/source/tools/emfppen.hxx
parentc278857137ea0e9e25613d5f6bf8ddaf1336fbcc (diff)
tdf#122646 EMF+ Implement proper line width display
With this patch I have implemented proper line width display, and improved performance (we are not multiply by matrix of doubles, but only by one double. Change-Id: Ica85b93ac7b7f37a9debb7bc232f2d9140c2a772 Reviewed-on: https://gerrit.libreoffice.org/66136 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'drawinglayer/source/tools/emfppen.hxx')
-rw-r--r--drawinglayer/source/tools/emfppen.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/drawinglayer/source/tools/emfppen.hxx b/drawinglayer/source/tools/emfppen.hxx
index 5c0818bf8ba5..a0b8dc457842 100644
--- a/drawinglayer/source/tools/emfppen.hxx
+++ b/drawinglayer/source/tools/emfppen.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPPEN_HXX
#include "emfpbrush.hxx"
-#include <com/sun/star/rendering/StrokeAttributes.hpp>
#include <vector>
namespace emfplushelper
@@ -68,10 +67,6 @@ namespace emfplushelper
virtual ~EMFPPen() override;
- void SetStrokeWidth(com::sun::star::rendering::StrokeAttributes& rStrokeAttributes, EmfPlusHelperData const & rR, const ::basegfx::B2DHomMatrix& mapModeTransform);
-
- void SetStrokeAttributes(com::sun::star::rendering::StrokeAttributes& rStrokeAttributes);
-
void Read(SvStream& s, EmfPlusHelperData const & rR);
static sal_Int8 lcl_convertStrokeCap(sal_uInt32 nEmfStroke);