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);
|
||||
|
||||
return oCLoader;
|
||||
} // finish getCLoader
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates an Instance of the Desktop service
|
||||
@@ -87,7 +87,7 @@ public class DesktopTools
|
||||
}
|
||||
|
||||
return oInterface;
|
||||
} //finish createDesktop
|
||||
}
|
||||
|
||||
/**
|
||||
* returns a XEnumeration containing all components containing on the desktop
|
||||
@@ -234,7 +234,7 @@ public class DesktopTools
|
||||
}
|
||||
|
||||
return oDoc;
|
||||
} //finish openNewDoc
|
||||
}
|
||||
|
||||
/**
|
||||
* loads a document of from a given url
|
||||
@@ -263,7 +263,7 @@ public class DesktopTools
|
||||
|
||||
bringWindowToFront(oDoc);
|
||||
return oDoc;
|
||||
} //finish openNewDoc
|
||||
}
|
||||
|
||||
/**
|
||||
* closes a given document
|
||||
|
Reference in New Issue
Block a user