[Libreoffice-commits] core.git: sc/source sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 26 21:10:15 UTC 2019


 sc/source/core/tool/autoform.cxx |    2 +-
 sw/source/core/doc/tblafmt.cxx   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1369a16651aba967c157f41793657369c094df5a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Apr 26 16:24:05 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 26 23:08:15 2019 +0200

    Fix typos
    
    Change-Id: I693355a38f5bea33346d988015851d3a9cf8d1d4
    Reviewed-on: https://gerrit.libreoffice.org/71387
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/core/tool/autoform.cxx b/sc/source/core/tool/autoform.cxx
index 00e0a7430b02..496b8870f1ab 100644
--- a/sc/source/core/tool/autoform.cxx
+++ b/sc/source/core/tool/autoform.cxx
@@ -146,7 +146,7 @@ ScAutoFormatDataField::ScAutoFormatDataField()
     aNumFormat()
 {
     // need to set default instances for base class AutoFormatBase here
-    // due to ressource defines (e.g. ATTR_FONT) which are not available
+    // due to resource defines (e.g. ATTR_FONT) which are not available
     // in svx and different in the different usages of derivations
     m_aFont = std::make_shared<SvxFontItem>(ATTR_FONT);
     m_aHeight = std::make_shared<SvxFontHeightItem>(240, 100, ATTR_FONT_HEIGHT);
diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx
index 102ac460111d..430b32422382 100644
--- a/sw/source/core/doc/tblafmt.cxx
+++ b/sw/source/core/doc/tblafmt.cxx
@@ -214,7 +214,7 @@ SwBoxAutoFormat::SwBoxAutoFormat()
     m_wXObject()
 {
     // need to set default instances for base class AutoFormatBase here
-    // due to ressource defines (e.g. RES_CHRATR_FONT) which are not available
+    // due to resource defines (e.g. RES_CHRATR_FONT) which are not available
     // in svx and different in the different usages of derivations
     m_aFont = std::make_shared<SvxFontItem>(*GetDfltAttr( RES_CHRATR_FONT ) );
     m_aHeight = std::make_shared<SvxFontHeightItem>(240, 100, RES_CHRATR_FONTSIZE );


More information about the Libreoffice-commits mailing list