summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-15 17:02:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-15 17:02:48 +0100
commit6276ce0f6cb9a9d4251400fd5fd14ee3f259ab62 (patch)
tree06f956f35b0c1f0849bd22b51cb706fde6e554e4 /include
parent5537b135dfc4c499112fd4d1ef6ca6866f65c9bc (diff)
fix SAL_WARN_UNUSED placement
Change-Id: If387e8d9371bc752c782533a1bdeb3dc8902dd34
Diffstat (limited to 'include')
-rw-r--r--include/svx/dlgctrl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index ddf50b5dec0c..91191d9a6ddb 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -285,7 +285,7 @@ private:
/************************************************************************/
-class FillAttrLB SAL_WARN_UNUSED : public ColorListBox
+class SAL_WARN_UNUSED FillAttrLB : public ColorListBox
{
private:
BitmapEx maBitmapEx;
@@ -301,7 +301,7 @@ public:
/************************************************************************/
-class FillTypeLB SAL_WARN_UNUSED : public ListBox
+class SAL_WARN_UNUSED FillTypeLB : public ListBox
{
public:
@@ -313,7 +313,7 @@ public:
/************************************************************************/
-class SVX_DLLPUBLIC SAL_WARN_UNUSED LineLB : public ListBox
+class SAL_WARN_UNUSED LineLB : public ListBox
{
private:
/// bitfield
@@ -336,7 +336,7 @@ public:
/************************************************************************/
-class SVX_DLLPUBLIC SAL_WARN_UNUSED LineEndLB : public ListBox
+class SAL_WARN_UNUSED LineEndLB : public ListBox
{
public: