diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-23 19:09:44 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 03:22:06 +1000 |
commit | d0ad5518013c4e5f263fe9f9ce67057122e8b2b1 (patch) | |
tree | da8ff814ce9132f1baeb834948979eec66a1a8fd /include/vcl | |
parent | 2a591848d41b4ec176a74a7f38ca0953d2ca30e7 (diff) |
Comment documentation error fixup in outdev.hxx
Change-Id: Id03ffc9681b457d702b4d8beef4c8a3a52d1641b
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/outdev.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 */ ///@{ |