summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/drawshapesubsetting.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/drawshapesubsetting.cxx')
-rw-r--r--slideshow/source/engine/shapes/drawshapesubsetting.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.cxx b/slideshow/source/engine/shapes/drawshapesubsetting.cxx
index cc0828a13f40..953f97bdfe74 100644
--- a/slideshow/source/engine/shapes/drawshapesubsetting.cxx
+++ b/slideshow/source/engine/shapes/drawshapesubsetting.cxx
@@ -74,7 +74,7 @@ namespace slideshow
// check for one of our special text doctree comments
switch( pCurrAct->GetType() )
{
- case META_COMMENT_ACTION:
+ case MetaActionType::COMMENT:
{
MetaCommentAction* pAct = static_cast<MetaCommentAction*>(pCurrAct);
@@ -152,9 +152,9 @@ namespace slideshow
++nActionIndex;
break;
}
- case META_TEXT_ACTION:
- case META_TEXTARRAY_ACTION:
- case META_STRETCHTEXT_ACTION:
+ case MetaActionType::TEXT:
+ case MetaActionType::TEXTARRAY:
+ case MetaActionType::STRETCHTEXT:
nLastTextActionIndex = nActionIndex;
#if OSL_DEBUG_LEVEL > 1
{