Kaydet (Commit) 1369a166 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I693355a38f5bea33346d988015851d3a9cf8d1d4
Reviewed-on: https://gerrit.libreoffice.org/71387
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 9b077c26
......@@ -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);
......
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment