diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-22 18:57:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-23 11:10:13 +0200 |
commit | e670c7a12d6121795dd70025843ced130dfd8d16 (patch) | |
tree | 4cc8872af224708bef67dc922af4c625a27844a7 /sw/source/uibase/config | |
parent | 4d6aeea85c87c7b4ea3227d03982988d6e4c87c4 (diff) |
Fix typos
Change-Id: I305ec375c0aed8832290fe872edd050e53262a90
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101217
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase/config')
-rw-r--r-- | sw/source/uibase/config/prtopt.cxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/config/usrpref.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/config/prtopt.cxx b/sw/source/uibase/config/prtopt.cxx index 13831df970f4..68764fab1ad8 100644 --- a/sw/source/uibase/config/prtopt.cxx +++ b/sw/source/uibase/config/prtopt.cxx @@ -114,7 +114,7 @@ SwPrintOptions::SwPrintOptions(bool bWeb) : // currently there is just one checkbox for print drawings and print graphics // In the UI. (File/Print dialog and Tools/Options/.../Print) - // And since print graphics is the only available in Writer and WrtierWeb ... + // And since print graphics is the only available in Writer and WriterWeb... m_bPrintDraw = m_bPrintGraphic; } @@ -159,7 +159,7 @@ void SwPrintOptions::ImplCommit() // currently there is just one checkbox for print drawings and print graphics // In the UI. (File/Print dialog and Tools/Options/.../Print) - // And since print graphics is the only available in Writer and WrtierWeb ... + // And since print graphics is the only available in Writer and WriterWeb... m_bPrintDraw = m_bPrintGraphic; PutProperties(aNames, aValues); diff --git a/sw/source/uibase/config/usrpref.cxx b/sw/source/uibase/config/usrpref.cxx index 22ca1fd44bd2..6d1394daed76 100644 --- a/sw/source/uibase/config/usrpref.cxx +++ b/sw/source/uibase/config/usrpref.cxx @@ -172,7 +172,7 @@ void SwContentViewConfig::ImplCommit() case 19: bVal = rParent.IsUpdateCharts(); break;// "Update/Chart" case 20: bVal = rParent.IsShowInlineTooltips(); break;// "Display/ShowInlineTooltips" case 21: bVal = rParent.IsUseHeaderFooterMenu(); break;// "Display/UseHeaderFooterMenu" - case 22: bVal = rParent.IsShowOutlineContentVisibilityButton(); break;// "Display/ShowOutlineContnetVisibilityButton" + case 22: bVal = rParent.IsShowOutlineContentVisibilityButton(); break;// "Display/ShowOutlineContentVisibilityButton" } if (nProp != g_UpdateLinkIndex) pValues[nProp] <<= bVal; |