diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-26 16:56:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-26 17:06:42 +0100 |
commit | 8bb79dfe5e02e839af625bf2b9917370f52c0a0f (patch) | |
tree | 419819f008ed1b89517bf38cfc55a0b840f43f39 /include/drawinglayer/primitive3d | |
parent | b41b66c3eae2d69cf9a477d3f3f82b4a3ca46abe (diff) |
Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-cl
...as previously done in 5fa9ce570dc59a3fc9eb47f28b3fed739f20ab23
Change-Id: I2bed1e1423b78b25b9a1337c60b79912c28c931f
Diffstat (limited to 'include/drawinglayer/primitive3d')
-rw-r--r-- | include/drawinglayer/primitive3d/baseprimitive3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx index 2911dece5487..d3eaf47f17b3 100644 --- a/include/drawinglayer/primitive3d/baseprimitive3d.hxx +++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx @@ -53,7 +53,7 @@ namespace drawinglayer { namespace primitive3d { typedef css::uno::Reference< css::graphic::XPrimitive3D > Primitive3DReference; typedef css::uno::Sequence< Primitive3DReference > Primitive3DSequence; - class DRAWINGLAYER_DLLPUBLIC SAL_WARN_UNUSED Primitive3DContainer : public std::vector< Primitive3DReference > + class SAL_WARN_UNUSED DRAWINGLAYER_DLLPUBLIC Primitive3DContainer : public std::vector< Primitive3DReference > { public: explicit Primitive3DContainer() {} |