diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-18 02:08:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-18 08:07:47 +0000 |
commit | 3086565a02ec85ff43be641bd2b7b1a499bb4968 (patch) | |
tree | 35806bda2901f30856e3a0ddc8078201bdc94c75 /basctl | |
parent | 4b9acb48b1ea45c82dbd8df3faa35cabd3bb9b4d (diff) |
Fix typo
Change-Id: Ibaed9abff12438789841e3560416198d52d7647f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149075
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/moduldl2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx index 2b21a6f6ba64..f66f8cfd0e23 100644 --- a/basctl/source/basicide/moduldl2.cxx +++ b/basctl/source/basicide/moduldl2.cxx @@ -1322,7 +1322,7 @@ void createLibImpl(weld::Window* pWin, const ScriptDocument& rDocument, // tdf#151741 - store all libraries to the file system, otherwise they // cannot be renamed/moved since the SfxLibraryContainer::renameLibrary - // moves the foldes/files on the file system + // moves the folders/files on the file system Reference<script::XLibraryContainer2> xModLibContainer( rDocument.getLibraryContainer(E_SCRIPTS), UNO_QUERY); Reference<script::XLibraryContainer2> xDlgLibContainer( |