summaryrefslogtreecommitdiff
path: root/include/vcl/bitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/bitmap.hxx')
-rw-r--r--include/vcl/bitmap.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index 9f99467dbd5d..217a6f4f20a4 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -44,18 +44,15 @@ namespace o3tl
enum class BmpScaleFlag
{
- NONE = 0,
// Try to preferably use these.
Default = 1,
- Fast = 2,
- BestQuality = 3,
+ Fast,
+ BestQuality,
// Specific algorithms, use only if you really need to.
- Interpolate = 4,
- Super = 5,
- Lanczos = 6,
- BiCubic = 7,
- BiLinear = 8,
- Box = 9,
+ Interpolate,
+ Lanczos,
+ BiCubic,
+ BiLinear
};