summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-19 16:20:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-20 08:58:54 +0200
commita0fd9001801bf29ac4154edfd914dc930ffecd72 (patch)
tree789d847d939fa6a4936a32f740181765b5ca3277 /include
parent1055a94124a82b236230d6f97c1c9f0db07deba3 (diff)
loplugin:unusedenumconstants
TableChgWidthHeightType::RowTop is dead with commit 2d5ce0e1b233c83f91481cd6b9306ac8de7f5ff8 Date: Mon Mar 26 13:08:54 2018 +0200 tdf#116452 Remove "3 seconds to add/delete col/row" functions Change-Id: I2fa82822b70457673419bd90ae82016c796acaa8 Reviewed-on: https://gerrit.libreoffice.org/53167 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/GraphicObject.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/GraphicObject.hxx b/include/vcl/GraphicObject.hxx
index 057f232ea4ef..140ea7402540 100644
--- a/include/vcl/GraphicObject.hxx
+++ b/include/vcl/GraphicObject.hxx
@@ -34,13 +34,11 @@ enum class GraphicManagerDrawFlags
CACHED = 0x01,
SMOOTHSCALE = 0x02,
USE_DRAWMODE_SETTINGS = 0x04,
- SUBSTITUTE = 0x08,
- NO_SUBSTITUTE = 0x10,
STANDARD = (CACHED|SMOOTHSCALE),
};
namespace o3tl
{
- template<> struct typed_flags<GraphicManagerDrawFlags> : is_typed_flags<GraphicManagerDrawFlags, 0x1f> {};
+ template<> struct typed_flags<GraphicManagerDrawFlags> : is_typed_flags<GraphicManagerDrawFlags, 0x07> {};
}
// AutoSwap defines