summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-16 08:44:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-16 13:59:30 +0100
commitce043bb4f9f3e05f8d79346a263a685faf26037e (patch)
tree6695aa4fb9d5725fea1fe4c6304873e862315e19 /svx/source/items
parentd69d6f4dc8eef7cd85929a2655c523d2f17263e0 (diff)
callcatcher: update unused code list
Change-Id: I84f693aa6747f639bd4ae60a02dd4d8c30b7d029
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/galleryitem.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/items/galleryitem.cxx b/svx/source/items/galleryitem.cxx
index 50b39a1e5326..0370d1bb625c 100644
--- a/svx/source/items/galleryitem.cxx
+++ b/svx/source/items/galleryitem.cxx
@@ -44,14 +44,6 @@ SvxGalleryItem::SvxGalleryItem( const SvxGalleryItem &rItem )
DBG_CTOR(SvxGalleryItem, 0);
}
-SvxGalleryItem::SvxGalleryItem(
- const ::sal_uInt16 nId )
- : SfxPoolItem( nId )
- , m_nType( css::gallery::GalleryItemType::EMPTY )
-{
- DBG_CTOR(SvxGalleryItem, 0);
-}
-
SvxGalleryItem::~SvxGalleryItem()
{
DBG_DTOR(SvxGalleryItem, 0);