include/svx/dlgctrl.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 6276ce0f6cb9a9d4251400fd5fd14ee3f259ab62 Author: Caolán McNamara <caol...@redhat.com> Date: Wed Apr 15 17:02:48 2015 +0100 fix SAL_WARN_UNUSED placement Change-Id: If387e8d9371bc752c782533a1bdeb3dc8902dd34 diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index ddf50b5..91191d9 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:
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits