summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-18 14:55:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-18 14:55:27 +0100
commitc671aac4f5e46007df56a6157a732a0c44f17a03 (patch)
treed9d3a8c93a7fc17ffced44fe8f6808085c289218 /helpcompiler
parent9e817f7dfb04efad98a1211ca129d19cb037554c (diff)
Remove unused FILE_WRITING BasicCodeTagger::TaggerException
Change-Id: Ie9d487c934f6d03000a1a44ee1b2d4038763a20e
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/inc/BasCodeTagger.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx
index ccc758221372..25f430406c91 100644
--- a/helpcompiler/inc/BasCodeTagger.hxx
+++ b/helpcompiler/inc/BasCodeTagger.hxx
@@ -38,7 +38,7 @@ class L10N_DLLPUBLIC BasicCodeTagger
void tagBasCodeParagraphs();
public:
- enum TaggerException { FILE_WRITING, NULL_DOCUMENT, EMPTY_DOCUMENT };
+ enum TaggerException { NULL_DOCUMENT, EMPTY_DOCUMENT };
BasicCodeTagger( xmlDocPtr rootDoc );
~BasicCodeTagger();
void tagBasicCodes();