summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppcanvas/source/mtfrenderer/textlineshelper.hxx2
-rw-r--r--filter/source/config/cache/filterfactory.cxx2
-rw-r--r--icon-themes/breeze/links.txt2
-rw-r--r--icon-themes/colibre/links.txt2
-rw-r--r--include/svx/svdobj.hxx2
-rw-r--r--sw/source/core/docnode/ndsect.cxx2
-rw-r--r--sw/source/core/text/frmcrsr.cxx2
7 files changed, 7 insertions, 7 deletions
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.