summaryrefslogtreecommitdiff
path: root/include/svx/e3dundo.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-16 09:44:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-17 12:33:58 +0100
commit350f11a8bd089698e004e0f288417108131ce74e (patch)
treef44294c01a31f44f74aceb46daa78515317b823c /include/svx/e3dundo.hxx
parent004381ddff4e926972a7a9d14915bb2f4638b1e5 (diff)
add some SAL_WARN_UNUSED
Change-Id: I41ba1bed4f49a122a15213edf41e094254bfb282
Diffstat (limited to 'include/svx/e3dundo.hxx')
-rw-r--r--include/svx/e3dundo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/e3dundo.hxx b/include/svx/e3dundo.hxx
index 40a22fa17b1b..29e2eb59df6f 100644
--- a/include/svx/e3dundo.hxx
+++ b/include/svx/e3dundo.hxx
@@ -29,7 +29,7 @@
|* Base class for all 3D undo actions.
|*
\************************************************************************/
-class E3dUndoAction : public SdrUndoAction
+class SAL_WARN_UNUSED E3dUndoAction : public SdrUndoAction
{
protected :
@@ -54,7 +54,7 @@ class E3dUndoAction : public SdrUndoAction
|* Undo for 3D rotation through the rotation matrices
|*
\************************************************************************/
-class E3dRotateUndoAction : public E3dUndoAction
+class SAL_WARN_UNUSED E3dRotateUndoAction : public E3dUndoAction
{
basegfx::B3DHomMatrix aMyOldRotation;
basegfx::B3DHomMatrix aMyNewRotation;
@@ -83,7 +83,7 @@ class E3dRotateUndoAction : public E3dUndoAction
|* Undo for 3D attributes (implemented using Set3DAttributes())
|*
\************************************************************************/
-class SVX_DLLPUBLIC E3dAttributesUndoAction : public SdrUndoAction
+class SVX_DLLPUBLIC SAL_WARN_UNUSED E3dAttributesUndoAction : public SdrUndoAction
{
using SdrUndoAction::Repeat;