summaryrefslogtreecommitdiff
path: root/include/svx/fmgridcl.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/fmgridcl.hxx
parent0e8218d9d880fa4be972de3decd9cd42f55472c3 (diff)
add some SAL_WARN_UNUSED
Change-Id: I6f52c91d6b355c9aa0e0bb28990745c4eb4be5ac
Diffstat (limited to 'include/svx/fmgridcl.hxx')
-rw-r--r--include/svx/fmgridcl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx
index f373f5e59787..934293e4e50a 100644
--- a/include/svx/fmgridcl.hxx
+++ b/include/svx/fmgridcl.hxx
@@ -30,7 +30,7 @@
// FmGridHeader
struct FmGridHeaderData;
-class SVX_DLLPUBLIC FmGridHeader
+class SVX_DLLPUBLIC SAL_WARN_UNUSED FmGridHeader
:public ::svt::EditBrowserHeader
,public DropTargetHelper
{
@@ -91,7 +91,7 @@ private:
// FmGridControl
class FmXGridPeer;
-class SVX_DLLPUBLIC FmGridControl : public DbGridControl
+class SVX_DLLPUBLIC SAL_WARN_UNUSED FmGridControl : public DbGridControl
{
friend class FmGridHeader;