summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm/class0.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/icgm/class0.cxx')
-rw-r--r--filter/source/graphicfilter/icgm/class0.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/graphicfilter/icgm/class0.cxx b/filter/source/graphicfilter/icgm/class0.cxx
index 9b0abed2b2f8..76691416eb73 100644
--- a/filter/source/graphicfilter/icgm/class0.cxx
+++ b/filter/source/graphicfilter/icgm/class0.cxx
@@ -102,8 +102,8 @@ void CGM::ImplDoClass0()
mpOutAct->EndFigure();
mbFigure = false;
break;
- case 0x0d : /*Begin Protection Region */break;
- case 0x0e : /*End Protection Region */break;
+ case 0x0d : /*Begin Protection vcl::Region */break;
+ case 0x0e : /*End Protection vcl::Region */break;
case 0x0f : /*Begin Compound Line */break;
case 0x10 : /*End Compound Line */break;
case 0x11 : /*Begin Compound Text Path */break;
@@ -111,8 +111,8 @@ void CGM::ImplDoClass0()
case 0x13 : /*Begin Tile Array */break; // NS
case 0x14 : /*End Tile Array */break; // NS
case 0xff : /*Filter Setup */break;
- case 0xfe : /*Begin Block Text Region */break;
- case 0xfd : /*End Block Text Region */break;
+ case 0xfe : /*Begin Block Text vcl::Region */break;
+ case 0xfd : /*End Block Text vcl::Region */break;
case 0xfc : /*Begin Group*/
mpOutAct->BeginGroup();
break;