From d0ad5518013c4e5f263fe9f9ce67057122e8b2b1 Mon Sep 17 00:00:00 2001 From: Chris Sherlock <chris.sherlock79@gmail.com> Date: Wed, 23 Apr 2014 19:09:44 +1000 Subject: Comment documentation error fixup in outdev.hxx Change-Id: Id03ffc9681b457d702b4d8beef4c8a3a52d1641b --- include/vcl/outdev.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 93af80e604b0..8808d13445c6 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -20,9 +20,6 @@ #ifndef INCLUDED_VCL_OUTDEV_HXX #define INCLUDED_VCL_OUTDEV_HXX -#define META_BMPSCALEPART_ACTION (118) -#define META_BMPEXSCALEPART_ACTION (121) - #include <tools/gen.hxx> #include <tools/solar.h> #include <vcl/dllapi.h> @@ -50,6 +47,9 @@ #define GLYPH_FONT_HEIGHT 256 #endif +#define META_BMPSCALEPART_ACTION (118) +#define META_BMPEXSCALEPART_ACTION (121) + struct ImplOutDevData; class ImplFontEntry; struct ImplObjStack; @@ -1096,7 +1096,7 @@ private: public: - /** @name Polyline functions + /** @name Mask functions */ ///@{ -- cgit