summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/helperwrongspellrenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/processor2d/helperwrongspellrenderer.hxx')
-rw-r--r--drawinglayer/source/processor2d/helperwrongspellrenderer.hxx14
1 files changed, 3 insertions, 11 deletions
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: */