summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-26 16:24:05 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-26 23:08:15 +0200
commit1369a16651aba967c157f41793657369c094df5a (patch)
tree7bf6f9a1de4d6638e6f9c3506f2914661411bd5c /sw/source
parent9b077c26a7a5c75aa3aa670a6a2f322dd617bf07 (diff)
Fix typos
Change-Id: I693355a38f5bea33346d988015851d3a9cf8d1d4 Reviewed-on: https://gerrit.libreoffice.org/71387 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/doc/tblafmt.cxx2
1 files changed, 1 insertions, 1 deletions
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 );