diff options
Diffstat (limited to 'include/tools/b3dtrans.hxx')
-rw-r--r-- | include/tools/b3dtrans.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx index c0747cfca174..b12cb7a655cb 100644 --- a/include/tools/b3dtrans.hxx +++ b/include/tools/b3dtrans.hxx @@ -31,7 +31,7 @@ #include <tools/toolsdllapi.h> /// Transformation sets for 3D output -class SAL_WARN_UNUSED UNLESS_MERGELIBS(TOOLS_DLLPUBLIC) B3dTransformationSet +class SAL_WARN_UNUSED TOOLS_DLLPUBLIC B3dTransformationSet { private: // Object Matrix Object -> World @@ -154,7 +154,7 @@ protected: Uses a simplified model, in which a point is described using a View Reference Point (VRP). */ -class SAL_WARN_UNUSED UNLESS_MERGELIBS(TOOLS_DLLPUBLIC) B3dViewport : public B3dTransformationSet +class SAL_WARN_UNUSED TOOLS_DLLPUBLIC B3dViewport : public B3dTransformationSet { private: basegfx::B3DPoint aVRP; // View Reference Point @@ -186,7 +186,7 @@ protected: // B3D camera -class SAL_WARN_UNUSED UNLESS_MERGELIBS(TOOLS_DLLPUBLIC) B3dCamera final : public B3dViewport +class SAL_WARN_UNUSED TOOLS_DLLPUBLIC B3dCamera final : public B3dViewport { public: B3dCamera( |