Hi, On Mon, Mar 25, 2024 at 5:51 PM Michael Weghorn <m.weghorn@xxxxxxxxx> wrote: > Renaming one of the enums could be one approach, e.g. the one defined in > vcl/inc/regband.hxx to something like "RegionBandLineType". (Just a > first thought when skimming over the file, I don't otherwise know the > involved code.) The types in cgmtypes.hxx could also be changed to enum class and added into a namespace to prevent conflicts as those are all local to CGM filter anyway. Tomaž