summaryrefslogtreecommitdiff
path: root/svx/source/unogallery
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 09:51:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 14:22:24 +0200
commita42554c36cd1ede28960ee04e83f4697c297f51c (patch)
tree6af6be8fec8984b270972dda25729950e0af54b7 /svx/source/unogallery
parent712b5e0b69aa9ab94c3ace93fc65435150f1dafa (diff)
remove unused Video from SgaObjKind enum
Change-Id: I10c712f7be1247055f7bd28b25fdd6950da9d50b
Diffstat (limited to 'svx/source/unogallery')
-rw-r--r--svx/source/unogallery/unogalitem.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx
index aebe96aaabb4..a696df7eb5b2 100644
--- a/svx/source/unogallery/unogalitem.cxx
+++ b/svx/source/unogallery/unogalitem.cxx
@@ -161,7 +161,6 @@ sal_Int8 SAL_CALL GalleryItem::getType()
switch( implGetObject()->eObjKind )
{
case SgaObjKind::Sound:
- case SgaObjKind::Video:
nRet = gallery::GalleryItemType::MEDIA;
break;