Kaydet (Commit) d0ad5518 authored tarafından Chris Sherlock's avatar Chris Sherlock

Comment documentation error fixup in outdev.hxx

Change-Id: Id03ffc9681b457d702b4d8beef4c8a3a52d1641b
üst 2a591848
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
#ifndef INCLUDED_VCL_OUTDEV_HXX #ifndef INCLUDED_VCL_OUTDEV_HXX
#define 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/gen.hxx>
#include <tools/solar.h> #include <tools/solar.h>
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
...@@ -50,6 +47,9 @@ ...@@ -50,6 +47,9 @@
#define GLYPH_FONT_HEIGHT 256 #define GLYPH_FONT_HEIGHT 256
#endif #endif
#define META_BMPSCALEPART_ACTION (118)
#define META_BMPEXSCALEPART_ACTION (121)
struct ImplOutDevData; struct ImplOutDevData;
class ImplFontEntry; class ImplFontEntry;
struct ImplObjStack; struct ImplObjStack;
...@@ -1096,7 +1096,7 @@ private: ...@@ -1096,7 +1096,7 @@ private:
public: public:
/** @name Polyline functions /** @name Mask functions
*/ */
///@{ ///@{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment