Kaydet (Commit) 6de79e3a authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Remove nonsense comments

Change-Id: Iad1091f3c4363940e956219e1723e159c35ea280
Reviewed-on: https://gerrit.libreoffice.org/29220Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 9d0571a2
...@@ -65,7 +65,7 @@ public class DesktopTools ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -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
......
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