summaryrefslogtreecommitdiff
path: root/tools/inc/poly.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-27 20:24:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-27 20:24:49 +0100
commitbb90189d7cf45277edb9d907c2468848074652c4 (patch)
tree3bf9b103034d74471dbc2e95a67320a9783f31d8 /tools/inc/poly.h
parent2914d52fdf6ef3b672190ccbb2c8be5a6760187e (diff)
sprinkle some more SAL_WARN_UNUSED around
Change-Id: Iaa1508584f005cba6e2ab63d4053cde4ce8637df
Diffstat (limited to 'tools/inc/poly.h')
-rw-r--r--tools/inc/poly.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index e71ba555ce3a..a925f9b42739 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -21,7 +21,7 @@
#include <tools/gen.hxx>
-class ImplPolygonData
+class SAL_WARN_UNUSED ImplPolygonData
{
public:
Point* mpPointAry;
@@ -30,7 +30,7 @@ public:
sal_uIntPtr mnRefCount;
};
-class ImplPolygon : public ImplPolygonData
+class SAL_WARN_UNUSED ImplPolygon : public ImplPolygonData
{
public:
ImplPolygon( sal_uInt16 nInitSize, sal_Bool bFlags = sal_False );
@@ -48,7 +48,7 @@ public:
class Polygon;
typedef Polygon* SVPPOLYGON;
-class ImplPolyPolygon
+class SAL_WARN_UNUSED ImplPolyPolygon
{
public:
SVPPOLYGON* mpPolyAry;