summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sfx2/sidebar/TabBar.hxx2
-rw-r--r--sc/source/core/data/table4.cxx2
-rw-r--r--sfx2/uiconfig/ui/tabbarcontents.ui2
-rw-r--r--solenv/gcc-wrappers/wrapper.cxx2
-rw-r--r--starmath/inc/starmathdatabase.hxx2
-rw-r--r--sw/qa/extras/layout/layout2.cxx2
-rw-r--r--sw/source/core/doc/textboxhelper.cxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index 53135697230d..ebe80c7a59e7 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -91,7 +91,7 @@ public:
private:
css::uno::Reference<css::frame::XFrame> mxFrame;
- // This unusual auxillary builder is because without a toplevel GtkWindow
+ // This unusual auxiliary builder is because without a toplevel GtkWindow
// gtk will warn on loading a .ui with an accelerator defined, so use a
// temporary toplevel to suppress that and move the contents after load
std::unique_ptr<weld::Builder> mxAuxBuilder;
diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx
index a777aca898ae..d95ae658456b 100644
--- a/sc/source/core/data/table4.cxx
+++ b/sc/source/core/data/table4.cxx
@@ -2174,7 +2174,7 @@ void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
// Source cell value. We need to clone the value since it may be inserted repeatedly.
ScCellValue aSrcCell = aCol[nCol].GetCellValue(static_cast<SCROW>(nRow));
- // Maybe another source cell need to be searched, if the fill is going trough merged cells,
+ // Maybe another source cell need to be searched, if the fill is going through merged cells,
// where overlapped parts does not contain any information, so they can be skipped.
if (bSkipOverlappedCells)
{
diff --git a/sfx2/uiconfig/ui/tabbarcontents.ui b/sfx2/uiconfig/ui/tabbarcontents.ui
index 34aa02d360df..1125db911a77 100644
--- a/sfx2/uiconfig/ui/tabbarcontents.ui
+++ b/sfx2/uiconfig/ui/tabbarcontents.ui
@@ -54,7 +54,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
- <object class="GtkSeparatorMenuItem" id="seperator2">
+ <object class="GtkSeparatorMenuItem" id="separator2">
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
diff --git a/solenv/gcc-wrappers/wrapper.cxx b/solenv/gcc-wrappers/wrapper.cxx
index fabfbfc9b346..22a1b9488212 100644
--- a/solenv/gcc-wrappers/wrapper.cxx
+++ b/solenv/gcc-wrappers/wrapper.cxx
@@ -106,7 +106,7 @@ string processccargs(vector<string> rawargs, string &env_prefix, bool &verbose)
// note: always use -debug so a PDB file is created
string linkargs(" -link -debug");
- // instead of using synced PDB access (-FS), use inidividual PDB files based on output
+ // instead of using synced PDB access (-FS), use individual PDB files based on output
const char *const pEnvIndividualPDBs(getenv("MSVC_USE_INDIVIDUAL_PDBS"));
const bool bIndividualPDBs = (pEnvIndividualPDBs && !strcmp(pEnvIndividualPDBs, "TRUE"));
diff --git a/starmath/inc/starmathdatabase.hxx b/starmath/inc/starmathdatabase.hxx
index fcd0f6cd8c06..7841810aeb08 100644
--- a/starmath/inc/starmathdatabase.hxx
+++ b/starmath/inc/starmathdatabase.hxx
@@ -307,7 +307,7 @@ std::unique_ptr<SmColorTokenTableEntry> Identify_ColorName_Parser(const OUString
*
* This finds color values for the color names loaded by mathmlimport.
* In theory mathml only supports HTML4 colors, but most browsers support all HTML5 colors.
- * Thats why there is a hight risk of finding them inside mathml and have to give support.
+ * That's why there is an high risk of finding them inside mathml and have to give support.
*
* @param cColor
* @param parser color
diff --git a/sw/qa/extras/layout/layout2.cxx b/sw/qa/extras/layout/layout2.cxx
index 7fd1ec915c16..fad78d5bb7ea 100644
--- a/sw/qa/extras/layout/layout2.cxx
+++ b/sw/qa/extras/layout/layout2.cxx
@@ -2545,7 +2545,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf137185)
CPPUNIT_ASSERT_EQUAL(OUString("Align me!"), xTextFrame->getText()->getString());
CPPUNIT_ASSERT_EQUAL(OUString(), xTxt->getText()->getString());
- // Before the patch it failled, because the text appeared 2 times on each other.
+ // Before the patch it failed, because the text appeared 2 times on each other.
}
CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf135035)
diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx
index 14fa5932bf51..476089bc8723 100644
--- a/sw/source/core/doc/textboxhelper.cxx
+++ b/sw/source/core/doc/textboxhelper.cxx
@@ -58,7 +58,7 @@ void SwTextBoxHelper::create(SwFrameFormat* pShape, bool bCopyText)
if (pShape->GetAttrSet().HasItem(RES_CNTNT) && pShape->GetOtherTextBoxFormat())
return;
- // Store the current text conent of the shape
+ // Store the current text content of the shape
OUString sCopyableText;
if (bCopyText)