summaryrefslogtreecommitdiffstats
path: root/include/svx/colrctrl.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/colrctrl.hxx
parentfix crash on export of fdo68639-2.ods to xls with invalid mnLastIdx (diff)
downloadcore-bf2fca48975c4ecdba2cc6fd2b92aaae166a088b.tar.gz
core-bf2fca48975c4ecdba2cc6fd2b92aaae166a088b.zip
add some SAL_WARN_UNUSED
Change-Id: I208ce526ab09c118709e82b0930db4502d5c5b76
Diffstat (limited to 'include/svx/colrctrl.hxx')
-rw-r--r--include/svx/colrctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx
index 7de406d33b4c..3896ffeca6cb 100644
--- a/include/svx/colrctrl.hxx
+++ b/include/svx/colrctrl.hxx
@@ -35,7 +35,7 @@ class SvData;
|*
\************************************************************************/
-class SvxColorValueSet_docking : public SvxColorValueSet, public DragSourceHelper
+class SAL_WARN_UNUSED SvxColorValueSet_docking : public SvxColorValueSet, public DragSourceHelper
{
private:
using SvxColorValueSet::StartDrag;
@@ -69,9 +69,9 @@ public:
|*
\************************************************************************/
-class SvxColorDockingWindow : public SfxDockingWindow, public SfxListener
+class SAL_WARN_UNUSED SvxColorDockingWindow : public SfxDockingWindow, public SfxListener
{
- friend class SvxColorChildWindow;
+friend class SvxColorChildWindow;
private:
XColorListRef pColorList;