[Libreoffice-commits] core.git: helpcompiler/inc
Stephan Bergmann
sbergman at redhat.com
Mon Jan 18 05:55:54 PST 2016
helpcompiler/inc/BasCodeTagger.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c671aac4f5e46007df56a6157a732a0c44f17a03
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 18 14:55:27 2016 +0100
Remove unused FILE_WRITING BasicCodeTagger::TaggerException
Change-Id: Ie9d487c934f6d03000a1a44ee1b2d4038763a20e
diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx
index ccc7582..25f4304 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();
More information about the Libreoffice-commits
mailing list