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:
Samuel Mehrbrodt
2016-09-23 09:07:33 +02:00
parent 9d0571a276
commit 6de79e3a10

View File

@@ -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