summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/SwNumberTree/SwNumberTree.cxx2
-rw-r--r--sw/source/core/doc/docnew.cxx2
-rw-r--r--sw/source/core/edit/edsect.cxx2
-rw-r--r--sw/source/core/unocore/unoobj2.cxx2
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
-rw-r--r--sw/source/uibase/dbui/README2
-rw-r--r--sw/source/uibase/uno/unotxdoc.cxx4
-rw-r--r--ucb/qa/complex/tdoc/_XCommandProcessor.java2
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx2
-rw-r--r--ucbhelper/source/client/commandenvironment.cxx2
-rw-r--r--uitest/libreoffice/uno/propertyvalue.py2
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx2
12 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/core/SwNumberTree/SwNumberTree.cxx b/sw/source/core/SwNumberTree/SwNumberTree.cxx
index ab78733da94c..ba15af2c0f90 100644
--- a/sw/source/core/SwNumberTree/SwNumberTree.cxx
+++ b/sw/source/core/SwNumberTree/SwNumberTree.cxx
@@ -535,7 +535,7 @@ void SwNumberTreeNode::AddChild( SwNumberTreeNode * pChild,
break;
}
}
- // assure that unnessary created phantoms at <pChild> are deleted.
+ // assure that unnecessary created phantoms at <pChild> are deleted.
pChild->ClearObsoletePhantoms();
if ((*aPredIt)->IsValid())
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 24f5a218048e..70961797a7e6 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -1029,7 +1029,7 @@ SwNodeIndex SwDoc::AppendDoc(const SwDoc& rSource, sal_uInt16 const nStartPageNu
{
// #i72517# put the styles to the target document
// if the source uses headers or footers the target document
- // needs inidividual page styles
+ // needs individual page styles
const SwWrtShell *pSourceShell = rSource.GetDocShell()->GetWrtShell();
const SwPageDesc& rSourcePageDesc = pSourceShell->GetPageDesc(
pSourceShell->GetCurPageDesc());
diff --git a/sw/source/core/edit/edsect.cxx b/sw/source/core/edit/edsect.cxx
index 1eba3f95eb4c..662293a8d5c8 100644
--- a/sw/source/core/edit/edsect.cxx
+++ b/sw/source/core/edit/edsect.cxx
@@ -306,7 +306,7 @@ static const SwNode* lcl_SpecialInsertNode(const SwPosition* pCurrentPos)
const SwNode& rCurrentNode = pCurrentPos->nNode.GetNode();
// find innermost section or table. At the end of this scope,
- // pInntermostNode contain the section/table before/after which we should
+ // pInnermostNode contains the section/table before/after which we should
// insert our empty paragraph, or it will be NULL if none is found.
const SwNode* pInnermostNode = nullptr;
{
diff --git a/sw/source/core/unocore/unoobj2.cxx b/sw/source/core/unocore/unoobj2.cxx
index 4f280beb94cc..58cf18b9cea0 100644
--- a/sw/source/core/unocore/unoobj2.cxx
+++ b/sw/source/core/unocore/unoobj2.cxx
@@ -502,7 +502,7 @@ lcl_CursorIsInSection(
bool SwXParagraphEnumerationImpl::IgnoreLastElement(SwUnoCursor& rCursor, bool bMovedFromTable)
{
// Ignore the last element of a selection enumeration if this is a stub
- // paragraph (directly after table, selection ends at paragaph start).
+ // paragraph (directly after table, selection ends at paragraph start).
if (rCursor.Start()->nNode.GetIndex() != m_nEndIndex)
return false;
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 22ea0bf07d4f..fe79c13a4482 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -3054,7 +3054,7 @@ void SwXTextTable::setName(const OUString& rName)
static_cast<SwOLENode*>(pNd)->SetChartTableName( rName );
SwTable* pTable = SwTable::FindTable( pFormat );
- //TL_CHART2: chart needs to be notfied about name changes
+ //TL_CHART2: chart needs to be notified about name changes
pFormat->GetDoc()->UpdateCharts( pTable->GetFrameFormat()->GetName() );
}
aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 );
diff --git a/sw/source/uibase/dbui/README b/sw/source/uibase/dbui/README
index 7af8c114f0e0..ba9745c7773e 100644
--- a/sw/source/uibase/dbui/README
+++ b/sw/source/uibase/dbui/README
@@ -3,7 +3,7 @@ user via different GUIs. The modes are:
1. FILE = saves the result as documents
2. PRINTER = directly prints resulting documents
-3. EMAIL = sends results as inidividual emails
+3. EMAIL = sends results as individual emails
4. SHELL = returns an internal document shell for further programming
There is one property, which changes the overall behaviour of these modes:
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx
index c4266e8ef36a..b7a00bea7fe9 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -2740,7 +2740,7 @@ uno::Sequence< beans::PropertyValue > SAL_CALL SwXTextDocument::getRenderer(
// printers paper size here.
// Sometimes 'getRenderer' is only called to get "ExtraPrintUIOptions", in this
// case we won't get an OutputDevice here, but then the caller also has no need
- // for the correct PageSisze right now...
+ // for the correct PageSize right now...
VclPtr< Printer > pPrinter = dynamic_cast< Printer * >(lcl_GetOutputDevice( *m_pPrintUIOptions ).get());
if (pPrinter)
{
@@ -3001,7 +3001,7 @@ void SAL_CALL SwXTextDocument::render(
// First, we have to export hyperlinks, notes, and outline to pdf.
// During this process, additional information required for tagging
- // the pdf file are collected, which are evaulated during painting.
+ // the pdf file are collected, which are evaluated during painting.
SwWrtShell* pWrtShell = pSwView ? pSwView->GetWrtShellPtr() : nullptr;
diff --git a/ucb/qa/complex/tdoc/_XCommandProcessor.java b/ucb/qa/complex/tdoc/_XCommandProcessor.java
index c7a29404c21f..222a34e2f700 100644
--- a/ucb/qa/complex/tdoc/_XCommandProcessor.java
+++ b/ucb/qa/complex/tdoc/_XCommandProcessor.java
@@ -85,7 +85,7 @@ public class _XCommandProcessor {
/**
* Tests <code>createCommandIdentifier()</code>. Calls it for two times
* and checks returned values. <p>
- * Has <b>OK</b> status if values are unique correct idenifiers: not 0.
+ * Has <b>OK</b> status if values are unique correct identifiers: not 0.
*/
public boolean _createCommandIdentifier() {
log.println("creating a command line identifier");
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx
index 3686cfe12fca..d35f86948c25 100644
--- a/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/ucb/source/ucp/ftp/ftpurl.hxx
@@ -92,7 +92,7 @@ namespace ftp {
const OUString& username() const { return m_aUsername; }
/** This returns the URL, but cleaned from
- * unnessary ellipses.
+ * unnecessary ellipses.
*/
OUString ident(bool withslash,bool internal) const;
diff --git a/ucbhelper/source/client/commandenvironment.cxx b/ucbhelper/source/client/commandenvironment.cxx
index 892a27b05bb5..13bc254e029e 100644
--- a/ucbhelper/source/client/commandenvironment.cxx
+++ b/ucbhelper/source/client/commandenvironment.cxx
@@ -65,7 +65,7 @@ CommandEnvironment::~CommandEnvironment()
{
}
-// XCommandEnvironemnt methods.
+// XCommandEnvironment methods.
// virtual
Reference< XInteractionHandler > SAL_CALL CommandEnvironment::getInteractionHandler()
diff --git a/uitest/libreoffice/uno/propertyvalue.py b/uitest/libreoffice/uno/propertyvalue.py
index a05c6a967714..9ec471e41f40 100644
--- a/uitest/libreoffice/uno/propertyvalue.py
+++ b/uitest/libreoffice/uno/propertyvalue.py
@@ -16,7 +16,7 @@ except ImportError:
raise
def mkPropertyValue(name, value):
- """ Create a UNO ProertyValue from two input values.
+ """ Create a UNO PropertyValue from two input values.
"""
return uno.createUnoStruct("com.sun.star.beans.PropertyValue",
name, 0, value, 0)
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index 914525272267..f255989a79ac 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -834,7 +834,7 @@ void generateSkeleton(ProgramOptions const & options,
}
// if backwardcompatible==true the AddIn service needs to be added to the
- // supported service list, the necessary intefaces are mapped to the add-in
+ // supported service list, the necessary interfaces are mapped to the add-in
// configuration. Since OO.org 2.0.4 this is obsolete and the add-in is
// taken from the configuration from Calc directly, this simplifies the
// add-in code