Change-Id: Ida31b30c64c8ba2be61e6f4a408e1346df48d1b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158875
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
This commit is contained in:
Andrea Gelmini 2023-11-03 11:33:11 +01:00 committed by Taichi Haradaguchi
parent afd635082e
commit b73cde1acb

View file

@ -60,7 +60,7 @@ public class TextDocumentStructure {
Object oDesktop = xMCF.createInstanceWithContext(
"com.sun.star.frame.Desktop", xContext);
// get the component laoder from the desktop to create a new
// get the component loader from the desktop to create a new
// text document
com.sun.star.frame.XComponentLoader xCLoader =
UnoRuntime.queryInterface(