summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-26 19:39:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-05-27 14:57:53 +0200
commit01df224f574c5a7788df0f2aea3345166d6ce250 (patch)
tree774007957f4a1fc0adbfc999c476f28c1e9fa3a7
parentf3988265c906005fea1534fa382d90e14cfc211f (diff)
Fix typos
Change-Id: I9a4ba6b6369da0bac489718230880b04912bd1d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116214 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--instsetoo_native/util/openoffice.lst.README2
-rw-r--r--sw/source/core/frmedt/feshview.cxx4
-rw-r--r--sw/source/filter/html/htmlreqifreader.cxx2
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/instsetoo_native/util/openoffice.lst.README b/instsetoo_native/util/openoffice.lst.README
index aa783bdbf9da..85beb92b9a1b 100644
--- a/instsetoo_native/util/openoffice.lst.README
+++ b/instsetoo_native/util/openoffice.lst.README
@@ -20,7 +20,7 @@
Some documentation for the variables specified in file openoffice.lst.
It contains values used by the creation of installation packages themselves,
-and as part of that contain subsitutions for variables used in scp2 (those will
+and as part of that contain substitutions for variables used in scp2 (those will
be handled by the perl installer code)
NOTE: For instdir, the corresponding files are created by
diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx
index 7c7c0fbc43d1..d0a980fed49b 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -1070,7 +1070,7 @@ void SwFEShell::SelectionToTop( bool bTop )
if (auto pDrwModel
= pFormat->GetDoc()->getIDocumentDrawModelAccess().GetDrawModel())
// Not really understood why everything is on page 0...
- // but it is easier to handle sdrobjects, thats true
+ // but it is easier to handle sdrobjects, that's true
if (auto pPage = pDrwModel->GetPage(0))
{
// nShift: it means how many layers the pObj have to be shifted up,
@@ -1089,7 +1089,7 @@ void SwFEShell::SelectionToTop( bool bTop )
// If there is a higher object (not null)...
if (pNextObj)
{
- // One level shift is neccessary
+ // One level shift is necessary
nShift++;
// If this object is a textbox, two level increasing needed
// (one for the shape and one for the frame)
diff --git a/sw/source/filter/html/htmlreqifreader.cxx b/sw/source/filter/html/htmlreqifreader.cxx
index 05a3eae5b5b1..8dd62d25d831 100644
--- a/sw/source/filter/html/htmlreqifreader.cxx
+++ b/sw/source/filter/html/htmlreqifreader.cxx
@@ -505,7 +505,7 @@ bool WrapGraphicInRtf(const Graphic& rGraphic, const Size& rLogicSize, SvStream&
rRtf.WriteCharPtr("{" OOO_STRING_SVTOOLS_RTF_RESULT);
rRtf.WriteCharPtr("{" OOO_STRING_SVTOOLS_RTF_PICT);
- // Prepare presendation data.
+ // Prepare presentation data.
const sal_uInt8* pPresentationData = nullptr;
sal_uInt64 nPresentationData = 0;
SvMemoryStream aGraphicStream;
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index fb1408042a16..7b2903f9f4b2 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -2647,7 +2647,7 @@ void DomainMapper_Impl::PushPageHeaderFooter(bool bHeader, SectionPropertyMap::P
m_bIsNewDoc ? uno::Reference<text::XTextCursor>()
: xText->createTextCursorByRange(xText->getStart())));
m_bDiscardHeaderFooter = false; // set only on success!
- // Restore the original state of the shared prop after we stored the neccessary values.
+ // Restore the original state of the shared prop after we stored the necessary values.
xPageStyle->setPropertyValue(getPropertyName(ePropShared), uno::makeAny(bIsShared));
}