Kaydet (Commit) d01a7e74 authored tarafından Noel Grandin's avatar Noel Grandin

java: remove unused member class

found by UCDetector

Change-Id: Id02478d3d151bd01cea50aeb454c02c2bc4d1baf
üst 4155c28a
......@@ -327,32 +327,6 @@ public class Desktop
}
}
/**
* @deprecated used to retrieve the most common paths used in the office application
*/
public class OfficePathRetriever
{
public String TemplatePath;
public String BitmapPath;
public String UserTemplatePath;
public String WorkPath;
public OfficePathRetriever(XMultiServiceFactory xMSF)
{
try
{
TemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard");
UserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", PropertyNames.EMPTY_STRING);
BitmapPath = FileAccess.combinePaths(xMSF, TemplatePath, "/../wizard/bitmap");
WorkPath = FileAccess.getOfficePath(xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING);
}
catch (NoValidPathException nopathexception)
{
}
}
}
private static String getTemplatePath(XMultiServiceFactory _xMSF)
{
try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment