cppcanvas/source/mtfrenderer/textlineshelper.hxx | 2 +- filter/source/config/cache/filterfactory.cxx | 2 +- icon-themes/breeze/links.txt | 2 +- icon-themes/colibre/links.txt | 2 +- include/svx/svdobj.hxx | 2 +- sw/source/core/docnode/ndsect.cxx | 2 +- sw/source/core/text/frmcrsr.cxx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-)
New commits: commit 6751ed9e438f19e4062f1eea91e9dbab3040b6ad Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Nov 6 11:32:48 2018 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 7 12:09:46 2018 +0100 Fix typos Change-Id: Id6f5edca053048540b57fd9871aabd1c71f9b64f Reviewed-on: https://gerrit.libreoffice.org/62902 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/cppcanvas/source/mtfrenderer/textlineshelper.hxx b/cppcanvas/source/mtfrenderer/textlineshelper.hxx index fb06e345b64b..ca13d9482ad2 100644 --- a/cppcanvas/source/mtfrenderer/textlineshelper.hxx +++ b/cppcanvas/source/mtfrenderer/textlineshelper.hxx @@ -65,7 +65,7 @@ public: ::basegfx::B2DSize getOverallSize() const { return maOverallSize; } - /** Init textlines with specified linewdith and TextLineInfo. + /** Init textlines with specified linewidth and TextLineInfo. */ void init(double nLineWidth, const tools::TextLineInfo& rLineInfo); diff --git a/filter/source/config/cache/filterfactory.cxx b/filter/source/config/cache/filterfactory.cxx index 50e8dc736440..573be9782275 100644 --- a/filter/source/config/cache/filterfactory.cxx +++ b/filter/source/config/cache/filterfactory.cxx @@ -387,7 +387,7 @@ std::vector<OUString> FilterFactory::impl_getSortedFilterList(const QueryTokeniz else { // more complex search for all filters - // We check first, which office modules are installed ... + // We check first, which office modules are installed... std::vector<OUString> lModules = impl_getListOfInstalledModules(); for (auto const& module : lModules) { diff --git a/icon-themes/breeze/links.txt b/icon-themes/breeze/links.txt index 9d1b43f4b335..d1f0d7306b19 100644 --- a/icon-themes/breeze/links.txt +++ b/icon-themes/breeze/links.txt @@ -777,7 +777,7 @@ cmd/sc_grafattrcrop.png cmd/sc_crop.png # Group cmd/sc_formatgroup.png cmd/sc_group.png -# Extrusion Rotat +# Extrusion Rotate cmd/lc_rulerrowsvertical.png cmd/lc_extrusiontiltright.png cmd/lc_rulerrows.png cmd/lc_extrusiontiltleft.png cmd/sc_rulerrowsvertical.png cmd/sc_extrusiontiltright.png diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt index 3c7d4e838d07..6adf549b5d24 100644 --- a/icon-themes/colibre/links.txt +++ b/icon-themes/colibre/links.txt @@ -766,7 +766,7 @@ cmd/sc_grafattrcrop.png cmd/sc_crop.png # Group cmd/sc_formatgroup.png cmd/sc_group.png -# Extrusion Rotat +# Extrusion Rotate cmd/lc_rulerrowsvertical.png cmd/lc_extrusiontiltright.png cmd/lc_rulerrows.png cmd/lc_extrusiontiltleft.png cmd/sc_rulerrowsvertical.png cmd/sc_extrusiontiltright.png diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 630e8694f0d0..2a1507ac6f7b 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -919,7 +919,7 @@ public: void setSuitableOutlinerBg(Outliner& rOutliner) const; protected: - tools::Rectangle aOutRect; // surrounding rectangle for Paint (incl. LineWdt, ...) + tools::Rectangle aOutRect; // surrounding rectangle for Paint (incl. LineWidth, ...) Point aAnchor; // anchor position (Writer) SdrObjUserCall* pUserCall; std::unique_ptr<SdrObjPlusData> diff --git a/sw/source/core/docnode/ndsect.cxx b/sw/source/core/docnode/ndsect.cxx index 09ac4f83f61d..e14ffc63506c 100644 --- a/sw/source/core/docnode/ndsect.cxx +++ b/sw/source/core/docnode/ndsect.cxx @@ -1023,7 +1023,7 @@ SwFrame *SwSectionNode::MakeFrame( SwFrame *pSib ) // The created ContentFrames are attached to the corresponding Layout void SwSectionNode::MakeFramesForAdjacentContentNode(const SwNodeIndex & rIdx) { - // Take my succsessive or preceding ContentFrame + // Take my successive or preceding ContentFrame SwNodes& rNds = GetNodes(); if( rNds.IsDocNodes() && rNds.GetDoc()->getIDocumentLayoutAccess().GetCurrentViewShell() ) { diff --git a/sw/source/core/text/frmcrsr.cxx b/sw/source/core/text/frmcrsr.cxx index a017ce95bc1e..7b6411163cb3 100644 --- a/sw/source/core/text/frmcrsr.cxx +++ b/sw/source/core/text/frmcrsr.cxx @@ -734,7 +734,7 @@ bool SwTextFrame::RightMargin(SwPaM *pPam, bool bAPI) const return true; } -// The following two methods try to put the Cursor into the next/succsessive +// The following two methods try to put the Cursor into the next/successive // line. If we do not have a preceding/successive line we forward the call // to the base class. // The Cursor's horizontal justification is done afterwards by the CursorShell. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits