From f62c65459100bd45bfc274e2b2587d5c6804feb2 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Thu, 27 Jul 2017 16:03:48 +0200 Subject: borderline: corrections for calc and writer Made corrections/finetuning for Calc and Writer. Had to remove some former code which tried to do corrections. Change-Id: Id9fc687b9a709d250faaad76c37ecfda8d8feb9b --- include/drawinglayer/primitive2d/borderlineprimitive2d.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/drawinglayer/primitive2d') diff --git a/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx index 3108a81f619b..a174dcb9dd1e 100644 --- a/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx @@ -58,6 +58,7 @@ namespace drawinglayer const basegfx::BColor& rRGBColor, double fExtendStart = 0.0, double fExtendEnd = 0.0); + virtual ~BorderLine(); double getWidth() const { return mfWidth; } const basegfx::BColor& getRGBColor() const { return maRGBColor; } -- cgit