File tree Expand file tree Collapse file tree
docviewerapi/src/com/log4ic/utils/convert/office/document Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import org .apache .commons .io .IOUtils ;
55import org .artofsolving .jodconverter .document .DocumentFamily ;
66import org .artofsolving .jodconverter .document .DocumentFormat ;
7- import org .artofsolving .jodconverter .document .JsonDocumentFormatRegistry ;
87import org .artofsolving .jodconverter .document .SimpleDocumentFormatRegistry ;
98import org .json .JSONArray ;
109import org .json .JSONException ;
1110import org .json .JSONObject ;
1211
1312import java .io .IOException ;
1413import java .io .InputStream ;
15- import java .util .ArrayList ;
1614import java .util .HashMap ;
1715import java .util .List ;
1816import java .util .Map ;
@@ -72,6 +70,7 @@ private void readJsonArray(String source) throws JSONException {
7270 protected List <DocumentFormat > documentFormats = new FastList <DocumentFormat >();
7371
7472 public void addFormat (DocumentFormat documentFormat ) {
73+ super .addFormat (documentFormat );
7574 documentFormats .add (documentFormat );
7675 }
7776
You can’t perform that action at this time.
0 commit comments