| commit | d4ffca1e071536f5c3f66ddcc8156540055eace4 | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Wed Jul 05 22:49:59 2017 +0200 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Wed Jul 05 22:49:59 2017 +0200 |
| tree | 97e41e4d054feb5daf948d74a631a3a2aa4005ac | |
| parent | 53db174c804a4a378db3a12582d45488020097a3 [diff] |
loplugin:unnecessaryparen Change-Id: Ifeacfc198c71ae1224ef38a4c8b95b31364f8227
diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx b/sdext/source/pdfimport/pdfparse/pdfparse.cxx index 8337930..9fa0545 100644 --- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx +++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
@@ -243,7 +243,7 @@ public: >> uint_p[boost::bind(&PDFGrammar::push_back_action_uint, pSelf, _1)] >> ch_p('.') >> uint_p[boost::bind(&PDFGrammar::push_back_action_uint, pSelf, _1)] >> *((~ch_p('\r') & ~ch_p('\n'))) >> *(~ch_p('\r') & ~ch_p('\n')) >> eol_p ])[boost::bind(&PDFGrammar::haveFile,pSelf, _1, _2)] >> *( comment | object | ( xref >> trailer ) );