summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svx/galmisc.hxx1
-rw-r--r--svx/source/unogallery/unogalitem.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx
index 6d86a86b0323..98e908bab515 100644
--- a/include/svx/galmisc.hxx
+++ b/include/svx/galmisc.hxx
@@ -55,7 +55,6 @@ enum class SgaObjKind
NONE = 0, // abstract object
Bitmap = 1, // bitmap object
Sound = 2, // sound object
- Video = 3, // video object
Animation = 4, // animation object
SvDraw = 5, // Svdraw object
Inet = 6 // graphics from the internet
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;