summaryrefslogtreecommitdiff
path: root/include/svx/framelink.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-17 20:59:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-21 09:30:56 +0100
commit08642a115e8bb936fa914b6682ca6be9e08350fd (patch)
tree1c549659cc67f8257b9bc75fea3985e5e0e399aa /include/svx/framelink.hxx
parent0e8218d9d880fa4be972de3decd9cd42f55472c3 (diff)
add some SAL_WARN_UNUSED
Change-Id: I6f52c91d6b355c9aa0e0bb28990745c4eb4be5ac
Diffstat (limited to 'include/svx/framelink.hxx')
-rw-r--r--include/svx/framelink.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/framelink.hxx b/include/svx/framelink.hxx
index 652a2edb9e12..ef4775403ce2 100644
--- a/include/svx/framelink.hxx
+++ b/include/svx/framelink.hxx
@@ -104,7 +104,7 @@ enum RefMode
|
|<- middle of the frame border
*/
-class SVX_DLLPUBLIC Style
+class SVX_DLLPUBLIC SAL_WARN_UNUSED Style
{
public:
/** Constructs an invisible frame style. */
@@ -187,7 +187,7 @@ inline bool operator>=( const Style& rL, const Style& rR ) { return !(rL < rR);
It is dependent on the context, how the value is interpreted, i.e. it may
specify the angle to a horizontal or vertical frame border.
*/
-class DiagStyle : public Style
+class SAL_WARN_UNUSED DiagStyle : public Style
{
public:
/** Constructs an invisible diagonal frame style. */