summaryrefslogtreecommitdiff
path: root/tools/inc/tools/poly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/poly.hxx')
-rw-r--r--tools/inc/tools/poly.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/inc/tools/poly.hxx b/tools/inc/tools/poly.hxx
index 8eb095e13729..fc6c57e5bd5d 100644
--- a/tools/inc/tools/poly.hxx
+++ b/tools/inc/tools/poly.hxx
@@ -53,7 +53,7 @@ enum PolyFlags
};
#endif
-class PolyOptimizeData
+class SAL_WARN_UNUSED PolyOptimizeData
{
private:
@@ -81,7 +81,7 @@ namespace basegfx
class B2DPolyPolygon;
}
-class TOOLS_DLLPUBLIC Polygon
+class TOOLS_DLLPUBLIC SAL_WARN_UNUSED Polygon
{
private:
ImplPolygon* mpImplPolygon;
@@ -194,7 +194,7 @@ public:
explicit Polygon(const ::basegfx::B2DPolygon& rPolygon);
};
-class TOOLS_DLLPUBLIC PolyPolygon
+class TOOLS_DLLPUBLIC SAL_WARN_UNUSED PolyPolygon
{
private:
ImplPolyPolygon* mpImplPolyPolygon;