summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogalitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unogallery/unogalitem.cxx')
-rw-r--r--svx/source/unogallery/unogalitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx
index af4a2507ad7d..1c4fcf4b91f1 100644
--- a/svx/source/unogallery/unogalitem.cxx
+++ b/svx/source/unogallery/unogalitem.cxx
@@ -182,12 +182,12 @@ sal_Int8 SAL_CALL GalleryItem::getType()
{
switch( implGetObject()->eObjKind )
{
- case SGA_OBJ_SOUND:
- case SGA_OBJ_VIDEO:
+ case SgaObjKind::Sound:
+ case SgaObjKind::Video:
nRet = gallery::GalleryItemType::MEDIA;
break;
- case SGA_OBJ_SVDRAW:
+ case SgaObjKind::SvDraw:
nRet = gallery::GalleryItemType::DRAWING;
break;