summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-19 09:48:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-19 10:44:05 +0000
commit1658bd231bc662504a072097dc614c29fe2e116d (patch)
tree00e1036c841aa7c228d443c34cdc5e88b8054ea3 /include/tools
parent4f86b7a86cae630c19f6f0d1b4d6672c25e2eb3c (diff)
loplugin:unusedenumvalues
Change-Id: I9dcc9f73af6db5b4f7cc946bc28931e5c230b34c Reviewed-on: https://gerrit.libreoffice.org/29012 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/stream.hxx1
-rw-r--r--include/tools/wintypes.hxx3
2 files changed, 1 insertions, 3 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index 2154c6f9cccb..d9cf3d2de303 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -56,7 +56,6 @@ enum class StreamMode {
SHARE_DENYALL = 0x0800, // overrides denyread,write,none
// masks
READWRITE = READ | WRITE,
- SHARE_DENYREADWRITE = SHARE_DENYREAD | SHARE_DENYWRITE,
STD_READ = READ | SHARE_DENYNONE | NOCREATE,
STD_WRITE = WRITE | SHARE_DENYALL,
STD_READWRITE = READWRITE | SHARE_DENYALL
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index f7ebaa2a5075..cb0fd7108bd3 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -308,8 +308,7 @@ enum class StandardButtonType
Ignore = 8,
Abort = 9,
Less = 10,
- Reset = 11,
- Count = 12,
+ Count = 11,
};
// prominent place for ListBox window types