summaryrefslogtreecommitdiff
path: root/include/vcl/Scanline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/Scanline.hxx')
-rw-r--r--include/vcl/Scanline.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/Scanline.hxx b/include/vcl/Scanline.hxx
index 4c68efe4c41e..839130e38141 100644
--- a/include/vcl/Scanline.hxx
+++ b/include/vcl/Scanline.hxx
@@ -37,9 +37,6 @@ enum class ScanlineFormat {
N8BitPal = 0x00000010,
N8BitTcMask = 0x00000020,
- N16BitTcMsbMask = 0x00000040,
- N16BitTcLsbMask = 0x00000080,
-
N24BitTcBgr = 0x00000100,
N24BitTcRgb = 0x00000200,
@@ -54,7 +51,7 @@ enum class ScanlineFormat {
namespace o3tl
{
- template<> struct typed_flags<ScanlineFormat> : is_typed_flags<ScanlineFormat, 0x0001fbff> {};
+ template<> struct typed_flags<ScanlineFormat> : is_typed_flags<ScanlineFormat, 0x0001fb3f> {};
}
inline ScanlineFormat RemoveScanline(ScanlineFormat nFormat)