summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-03 20:57:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 09:53:53 +0100
commit5c477389e8292cea26e2a0414a9d3bb6bdd369df (patch)
tree611ba9fcbc0a72d73b99bfc27b7918d9bd9ea7ec /include
parent4d902a4bca0824ded4da1b4407a2b89d517d9388 (diff)
remove unused DataChangedEventType enum value
Change-Id: I32d3c3481f0b8bcc36613afb495b64f4eb229a67 Reviewed-on: https://gerrit.libreoffice.org/64484 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/event.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 45d7b5df750c..d1e4b61b876d 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -332,8 +332,7 @@ enum class DataChangedEventType {
DISPLAY = 2,
FONTS = 4,
PRINTER = 5,
- FONTSUBSTITUTION = 6,
- USER = 10000
+ FONTSUBSTITUTION = 6
};
class VCL_DLLPUBLIC DataChangedEvent