helpcompiler/inc/BasCodeTagger.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c671aac4f5e46007df56a6157a732a0c44f17a03
Author: Stephan Bergmann <[email protected]>
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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to