Fix typo
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:
committed by
Taichi Haradaguchi
parent
afd635082e
commit
b73cde1acb
@@ -60,7 +60,7 @@ public class TextDocumentStructure {
|
|||||||
Object oDesktop = xMCF.createInstanceWithContext(
|
Object oDesktop = xMCF.createInstanceWithContext(
|
||||||
"com.sun.star.frame.Desktop", xContext);
|
"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
|
// text document
|
||||||
com.sun.star.frame.XComponentLoader xCLoader =
|
com.sun.star.frame.XComponentLoader xCLoader =
|
||||||
UnoRuntime.queryInterface(
|
UnoRuntime.queryInterface(
|
||||||
|
Reference in New Issue
Block a user