summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-07 10:01:10 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-07 15:28:53 +0200
commit86d9e48fc60dd7325658feca7088100c78023a7b (patch)
tree6c08a902636a5e5bade343213d0321ec39a3c682
parenttdf#120317 Set control layer name if not default (diff)
downloadcore-86d9e48fc60dd7325658feca7088100c78023a7b.tar.gz
core-86d9e48fc60dd7325658feca7088100c78023a7b.zip
Fix typos
Change-Id: Ia26896cbcd8912f7cad641ea2ecf14c4ddf2d741 Reviewed-on: https://gerrit.libreoffice.org/61489 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--basegfx/source/tools/systemdependentdata.cxx2
-rw-r--r--editeng/source/editeng/impedit4.cxx2
-rw-r--r--include/basegfx/utils/systemdependentdata.hxx2
-rw-r--r--sw/source/core/txtnode/txtedt.cxx2
-rw-r--r--vcl/win/gdi/gdiimpl.cxx4
5 files changed, 6 insertions, 6 deletions
diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx
index c727462c7191..a2ebcdf23b8a 100644
--- a/basegfx/source/tools/systemdependentdata.cxx
+++ b/basegfx/source/tools/systemdependentdata.cxx
@@ -89,7 +89,7 @@ namespace basegfx
// a corresponding scaling factor
const double fScaleToMB(3600.0 / (1024.0 * 1024.0 * 10.0));
- // also use a multiplier to move the start point higer
+ // also use a multiplier to move the start point higher
const double fMultiplierSeconds(10.0);
// calculate
diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx
index 6fdc00971ec5..c57ba48bd237 100644
--- a/editeng/source/editeng/impedit4.cxx
+++ b/editeng/source/editeng/impedit4.cxx
@@ -2704,7 +2704,7 @@ EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection,
// since we don't use Hiragana/Katakana or half-width/full-width transliterations here
// it is fine to use ANYWORD_IGNOREWHITESPACES. (ANY_WORD btw is broken and will
- // occasionaly miss words in consecutive sentences). Also with ANYWORD_IGNOREWHITESPACES
+ // occasionally miss words in consecutive sentences). Also with ANYWORD_IGNOREWHITESPACES
// text like 'just-in-time' will be converted to 'Just-In-Time' which seems to be the
// proper thing to do.
const sal_Int16 nWordType = i18n::WordType::ANYWORD_IGNOREWHITESPACES;
diff --git a/include/basegfx/utils/systemdependentdata.hxx b/include/basegfx/utils/systemdependentdata.hxx
index d5cc8d645eb6..32f02bea6fa2 100644
--- a/include/basegfx/utils/systemdependentdata.hxx
+++ b/include/basegfx/utils/systemdependentdata.hxx
@@ -111,7 +111,7 @@ namespace basegfx
// Calculate HoldCyclesInSeconds based on using
// getHoldCyclesInSeconds and estimateUsageInBytes, the
- // result is crated once on-demand and buffered in
+ // result is created once on-demand and buffered in
// mnCalculatedCycles
sal_uInt32 calculateCombinedHoldCyclesInSeconds() const;
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx
index d6847e65bf1d..74b33c963af8 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -1722,7 +1722,7 @@ void SwTextNode::TransliterateText(
{
// since we don't use Hiragana/Katakana or half-width/full-width transliterations here
// it is fine to use ANYWORD_IGNOREWHITESPACES. (ANY_WORD btw is broken and will
- // occasionaly miss words in consecutive sentences). Also with ANYWORD_IGNOREWHITESPACES
+ // occasionally miss words in consecutive sentences). Also with ANYWORD_IGNOREWHITESPACES
// text like 'just-in-time' will be converted to 'Just-In-Time' which seems to be the
// proper thing to do.
const sal_Int16 nWordType = WordType::ANYWORD_IGNOREWHITESPACES;
diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx
index a77e26f0e180..d11fb692dcd2 100644
--- a/vcl/win/gdi/gdiimpl.cxx
+++ b/vcl/win/gdi/gdiimpl.cxx
@@ -2042,7 +2042,7 @@ bool WinSalGraphicsImpl::drawPolyPolygon(
aGraphics.SetTransform(&aMatrix);
}
- // prepare local instabce of Gdiplus::GraphicsPath
+ // prepare local instance of Gdiplus::GraphicsPath
std::shared_ptr<Gdiplus::GraphicsPath> pGraphicsPath;
// try to access buffered data
@@ -2257,7 +2257,7 @@ bool WinSalGraphicsImpl::drawPolyLine(
}
}
- // prepare local instabce of Gdiplus::GraphicsPath
+ // prepare local instance of Gdiplus::GraphicsPath
std::shared_ptr<Gdiplus::GraphicsPath> pGraphicsPath;
// try to access buffered data