sfx2/source/doc/objstor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cde237f7612cc34b1a7e46b83507877754b8e921
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Sep 22 11:51:53 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Sep 22 12:31:20 2022 +0200

    Fix typo
    
    Change-Id: I4eaf6679d6e238f8c0b0d85769893387f954bfb5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140408
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 83d28956ebee..98e87e2963f5 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -3217,7 +3217,7 @@ bool SfxObjectShell::SaveAsOwnFormat( SfxMedium& rMedium )
             // calls SwXTextFieldMasters::getByName, which in turn maps 
property names by
             // calling SwStyleNameMapper::GetTextUINameArray, which uses
             // SvtSysLocale().GetUILanguageTag() to do the mapping, saving 
indirectly depends
-            // on the UI language. This is an unfortunate depenency. Here we 
use the loader's language.
+            // on the UI language. This is an unfortunate dependency. Here we 
use the loader's language.
             const LanguageTag viewLanguage = 
comphelper::LibreOfficeKit::getLanguageTag();
             const LanguageTag loadLanguage = SfxLokHelper::getLoadLanguage();
 

Reply via email to