Remove nonsense comments
Change-Id: Iad1091f3c4363940e956219e1723e159c35ea280 Reviewed-on: https://gerrit.libreoffice.org/29220 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
This commit is contained in:
@@ -65,7 +65,7 @@ public class DesktopTools
|
|||||||
XComponentLoader.class, oDesktop);
|
XComponentLoader.class, oDesktop);
|
||||||
|
|
||||||
return oCLoader;
|
return oCLoader;
|
||||||
} // finish getCLoader
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an Instance of the Desktop service
|
* Creates an Instance of the Desktop service
|
||||||
@@ -87,7 +87,7 @@ public class DesktopTools
|
|||||||
}
|
}
|
||||||
|
|
||||||
return oInterface;
|
return oInterface;
|
||||||
} //finish createDesktop
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* returns a XEnumeration containing all components containing on the desktop
|
* returns a XEnumeration containing all components containing on the desktop
|
||||||
@@ -234,7 +234,7 @@ public class DesktopTools
|
|||||||
}
|
}
|
||||||
|
|
||||||
return oDoc;
|
return oDoc;
|
||||||
} //finish openNewDoc
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* loads a document of from a given url
|
* loads a document of from a given url
|
||||||
@@ -263,7 +263,7 @@ public class DesktopTools
|
|||||||
|
|
||||||
bringWindowToFront(oDoc);
|
bringWindowToFront(oDoc);
|
||||||
return oDoc;
|
return oDoc;
|
||||||
} //finish openNewDoc
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* closes a given document
|
* closes a given document
|
||||||
|
Reference in New Issue
Block a user