From a57a6d145f7c91cc1ba51f73ea7be217f5837be7 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 2 May 2020 23:35:27 +0200 Subject: pragma once in helperwrongspellrenderer.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I25aac069b9212824fee50240a1b6682bf7e6f0f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93387 Tested-by: Tomaž Vajngerl Reviewed-by: Tomaž Vajngerl --- .../source/processor2d/helperwrongspellrenderer.hxx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/processor2d/helperwrongspellrenderer.hxx b/drawinglayer/source/processor2d/helperwrongspellrenderer.hxx index 08210a4b02d7..9ca43f705c1f 100644 --- a/drawinglayer/source/processor2d/helperwrongspellrenderer.hxx +++ b/drawinglayer/source/processor2d/helperwrongspellrenderer.hxx @@ -17,24 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DRAWINGLAYER_SOURCE_PROCESSOR2D_HELPERWRONGSPELLRENDERER_HXX -#define INCLUDED_DRAWINGLAYER_SOURCE_PROCESSOR2D_HELPERWRONGSPELLRENDERER_HXX - - -// predefines +#pragma once class OutputDevice; -namespace drawinglayer { namespace primitive2d { +namespace drawinglayer::primitive2d { class WrongSpellPrimitive2D; -}} +} namespace basegfx { class B2DHomMatrix; class BColorModifierStack; } - // support WrongSpell rendering using VCL from primitives due to VCLs nice // and fast solution with wavelines @@ -48,7 +43,4 @@ namespace drawinglayer } // end of namespace drawinglayer - -#endif // INCLUDED_DRAWINGLAYER_SOURCE_PROCESSOR2D_HELPERWRONGSPELLRENDERER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit