summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xtabbtmp.cxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-15 09:19:35 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-15 07:49:37 +0000
commit2b68e03348b3b4009e8bb2af7979de36bd3450c5 (patch)
treeea337632ae63bc8c19cdb1b72feedbce8302433a /svx/source/xoutdev/xtabbtmp.cxx
parent3093732c17d14b0e6eb67868c514448f13bc66d0 (diff)
tdf#100782 have XPropertyList hold unique_ptr
Change-Id: I928f297e1be76b965898d83cb3dd2e79b23b7974 Reviewed-on: https://gerrit.libreoffice.org/28095 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/xoutdev/xtabbtmp.cxx')
-rw-r--r--svx/source/xoutdev/xtabbtmp.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/xoutdev/xtabbtmp.cxx b/svx/source/xoutdev/xtabbtmp.cxx
index e0a280a14e7a..856d52a0f406 100644
--- a/svx/source/xoutdev/xtabbtmp.cxx
+++ b/svx/source/xoutdev/xtabbtmp.cxx
@@ -33,11 +33,6 @@
using namespace com::sun::star;
-XBitmapEntry* XBitmapList::Remove(long nIndex)
-{
- return static_cast<XBitmapEntry*>( XPropertyList::Remove(nIndex) );
-}
-
XBitmapEntry* XBitmapList::GetBitmap(long nIndex) const
{
return static_cast<XBitmapEntry*>( XPropertyList::Get(nIndex) );