summaryrefslogtreecommitdiff
path: root/include/svx/connctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-15 10:06:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-15 10:08:08 +0100
commitbf2fca48975c4ecdba2cc6fd2b92aaae166a088b (patch)
treebba682376877c8cc68578f8c33fcea2fd399a4e0 /include/svx/connctrl.hxx
parent6c3b1361a97f5219f90bf2f09f3c3f2b70b8e30e (diff)
add some SAL_WARN_UNUSED
Change-Id: I208ce526ab09c118709e82b0930db4502d5c5b76
Diffstat (limited to 'include/svx/connctrl.hxx')
-rw-r--r--include/svx/connctrl.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/connctrl.hxx b/include/svx/connctrl.hxx
index 6caac030eb93..7febedffef35 100644
--- a/include/svx/connctrl.hxx
+++ b/include/svx/connctrl.hxx
@@ -32,7 +32,7 @@ class SdrObjList;
|* SvxXConnectionPreview
|*
\************************************************************************/
-class SVX_DLLPUBLIC SvxXConnectionPreview : public Control
+class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxXConnectionPreview : public Control
{
friend class SvxConnectionPage;
@@ -61,7 +61,6 @@ public:
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
};
-
#endif // INCLUDED_SVX_CONNCTRL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */