summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-12 12:13:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-12 13:03:58 +0000
commit401a8cecee5861d37bd91239200dd49719a0cac4 (patch)
tree95098f768cb2b39a7254c3df1b52ae0fd2dca742 /include
parent2ce5d7d2efdde745719f86be4aa6cceee5407e13 (diff)
return value unused
Change-Id: I22276dd551c4d1311a113ce6c38cc5eb97ed12ef
Diffstat (limited to 'include')
-rw-r--r--include/svtools/itemdel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/itemdel.hxx b/include/svtools/itemdel.hxx
index ef08ca942234..da68f2f893e3 100644
--- a/include/svtools/itemdel.hxx
+++ b/include/svtools/itemdel.hxx
@@ -23,7 +23,7 @@
class SfxPoolItem;
-SVT_DLLPUBLIC SfxPoolItem* DeleteItemOnIdle( SfxPoolItem* pItem );
+SVT_DLLPUBLIC void DeleteItemOnIdle( SfxPoolItem* pItem );
#endif