948949950951952953954955956957958
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); } }
943944945946947948949950951952953
941942943944945946947948949950951
916917918919920921922923924925926
GlobalLogWriter.println("Can't get com.sun.star.document.TypeDetection."); return; } if (aTypeDetection != null) { String sType = aTypeDetection.queryTypeByURL(_sInputURL); GlobalLogWriter.println("Type is: " + sType); } }
951952953954955956957958959960961
909910911912913914915916917918919
938939940941942943944945946947948
944945946947948949950951952953954
912913914915916917918919920921922
882883884885886887888889890891892