diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-31 14:04:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-31 14:05:11 +0200 |
commit | 0681a6ee2813dd5e8bcf5053cc1f0a2f6b4f8c97 (patch) | |
tree | 828cc05535d6c9dd16b2b45047cce858c6d811c1 /include/basegfx | |
parent | c866ace49f4a394185b412559fbcbb67718a2fcf (diff) |
more SAL_WARN_UNUSED
Change-Id: Idf44fe0302b4504c443f083e527b63b2461ada85
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/matrix/b2dhommatrix.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/polygon/b2dpolygon.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/range/b2drange.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/range/b3drange.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/vector/b3dvector.hxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/include/basegfx/matrix/b2dhommatrix.hxx b/include/basegfx/matrix/b2dhommatrix.hxx index 51479aa01999..524be07bcfae 100644 --- a/include/basegfx/matrix/b2dhommatrix.hxx +++ b/include/basegfx/matrix/b2dhommatrix.hxx @@ -29,7 +29,7 @@ namespace basegfx class B2DTuple; class Impl2DHomMatrix; - class BASEGFX_DLLPUBLIC B2DHomMatrix + class SAL_WARN_UNUSED BASEGFX_DLLPUBLIC B2DHomMatrix { public: typedef o3tl::cow_wrapper< Impl2DHomMatrix > ImplType; diff --git a/include/basegfx/polygon/b2dpolygon.hxx b/include/basegfx/polygon/b2dpolygon.hxx index 4e868c103c6d..b4a44e042372 100644 --- a/include/basegfx/polygon/b2dpolygon.hxx +++ b/include/basegfx/polygon/b2dpolygon.hxx @@ -41,7 +41,7 @@ namespace basegfx namespace basegfx { - class BASEGFX_DLLPUBLIC B2DPolygon + class SAL_WARN_UNUSED BASEGFX_DLLPUBLIC B2DPolygon { public: typedef o3tl::cow_wrapper< ImplB2DPolygon > ImplType; diff --git a/include/basegfx/range/b2drange.hxx b/include/basegfx/range/b2drange.hxx index 4d658799e685..e664e2c7e06c 100644 --- a/include/basegfx/range/b2drange.hxx +++ b/include/basegfx/range/b2drange.hxx @@ -50,7 +50,7 @@ namespace basegfx @see B1DRange */ - class B2DRange + class SAL_WARN_UNUSED B2DRange { public: typedef double ValueType; diff --git a/include/basegfx/range/b3drange.hxx b/include/basegfx/range/b3drange.hxx index 351dea847b00..881dce612297 100644 --- a/include/basegfx/range/b3drange.hxx +++ b/include/basegfx/range/b3drange.hxx @@ -30,7 +30,7 @@ namespace basegfx { class B3DHomMatrix; - class B3DRange + class SAL_WARN_UNUSED B3DRange { typedef ::basegfx::BasicRange< double, DoubleTraits > MyBasicRange; diff --git a/include/basegfx/vector/b3dvector.hxx b/include/basegfx/vector/b3dvector.hxx index 59d7d79f0747..efb37aa3f15d 100644 --- a/include/basegfx/vector/b3dvector.hxx +++ b/include/basegfx/vector/b3dvector.hxx @@ -35,7 +35,7 @@ namespace basegfx @see B3DTuple */ - class BASEGFX_DLLPUBLIC B3DVector : public ::basegfx::B3DTuple + class SAL_WARN_UNUSED BASEGFX_DLLPUBLIC B3DVector : public ::basegfx::B3DTuple { public: /** Create a 3D Vector |