955956957958959960961962963964965
GlobalLogWriter.get().println("Can't get com.sun.star.document.TypeDetection."); return; } if (aTypeDetection != null) { String sType = aTypeDetection.queryTypeByURL(_sInputURL); GlobalLogWriter.get().println("Type is: " + sType); } }
919920921922923924925926927928929
GlobalLogWriter.println("Can't get com.sun.star.document.TypeDetection."); return; } if (aTypeDetection != null) { String sType = aTypeDetection.queryTypeByURL(_sInputURL); GlobalLogWriter.println("Type is: " + sType); } }