diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 15:20:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 08:33:37 +0200 |
commit | e48f0084df7971a55eea5865ae0d5189706216b4 (patch) | |
tree | a1db3a4123c024d8473210bb849d9cb6c977c7f6 /include | |
parent | e1c4dbdbe12fb6c87605547fbc0ee6dc7c357d98 (diff) |
remove unused AccessibilityChanged from SfxHintId enum
Change-Id: Ic2d413002466e92d38a7a918b3f7e04d3c9eebf2
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/hint.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index fb1f2d03067a..2c94c4529300 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -33,7 +33,6 @@ enum class SfxHintId { Deinitializing, ModeChanged, ColorsChanged, - AccessibilityChanged, // VCL text hints TextParaInserted, |