summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/sbx/sbxexec.cxx2
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx2
-rw-r--r--desktop/inc/lib/init.hxx2
-rw-r--r--include/svx/svdotext.hxx4
-rw-r--r--officecfg/README2
-rw-r--r--reportdesign/source/filter/xml/xmlStyleImport.cxx2
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx2
-rw-r--r--sc/source/filter/inc/xlchart.hxx2
-rw-r--r--sc/source/filter/xml/xmlstyli.cxx2
-rw-r--r--sw/source/core/access/acctextframe.hxx2
11 files changed, 12 insertions, 12 deletions
diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx
index f5e811a2b656..beab3148a373 100644
--- a/basic/source/sbx/sbxexec.cxx
+++ b/basic/source/sbx/sbxexec.cxx
@@ -298,7 +298,7 @@ static SbxVariableRef Element
auto refPar = tools::make_ref<SbxArray>();
sal_uInt16 nArg = 0;
// We are once relaxed and accept as well
- // the line- or commandend as delimiter
+ // the line- or command end as delimiter
// Search parameter always global!
while( *p && *p != ')' && *p != ']' )
{
diff --git a/dbaccess/source/filter/xml/xmlStyleImport.cxx b/dbaccess/source/filter/xml/xmlStyleImport.cxx
index f1b85212c79e..be5152de4821 100644
--- a/dbaccess/source/filter/xml/xmlStyleImport.cxx
+++ b/dbaccess/source/filter/xml/xmlStyleImport.cxx
@@ -113,7 +113,7 @@ void OTableStyleContext::AddProperty(const sal_Int16 nContextID, const uno::Any&
sal_Int32 nIndex(static_cast<OTableStylesContext *>(pStyles)->GetIndex(nContextID));
OSL_ENSURE(nIndex != -1, "Property not found in Map");
XMLPropertyState aPropState(nIndex, rValue);
- GetProperties().push_back(aPropState); // has to be insertes in a sort order later
+ GetProperties().push_back(aPropState); // has to be inserted in a sort order later
}
void OTableStyleContext::SetAttribute( sal_uInt16 nPrefixKey,
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 46de39c070f3..27222c9f7fd3 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -267,7 +267,7 @@ namespace
if ( 0 == m_pBrowseBox->GetSelectColumnCount() )
{
m_pBrowseBox->DeactivateCell();
- // we are in the right mode if a row hase been selected row
+ // we are in the right mode if a row has been selected row
if ( nMode & BrowserMode::HIDESELECT )
{
nMode &= ~BrowserMode::HIDESELECT;
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index c8162c1fea2f..1e48793e9587 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -97,7 +97,7 @@ namespace desktop {
/// Helper function to extract the value from parameters delimited by
/// comma, like: Name1=Value1,Name2=Value2,Name3=Value3.
- /// @param rOptions When exctacted, the Param=Value is removed from it.
+ /// @param rOptions When exctracted, the Param=Value is removed from it.
DESKTOP_DLLPUBLIC OUString extractParameter(OUString& aOptions, const OUString& rName);
}
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index a10f56dee0d5..2c2a4ab00f6a 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -328,8 +328,8 @@ public:
// Currently ASCII and RTF are supported and the differentiation is done
// internally.
// rFilterName has no meaning and must be empty
- // Normally the application only has to call SetTextLink() - der
- // remainer is automatic (SfxLinkManager).
+ // Normally the application only has to call SetTextLink() - the
+ // remainder is automatic (SfxLinkManager).
// The LoadText() method can also be used to load a file into a text
// object (without linking.)
// TextLinks can't be edited (if needed later could be ReadOnly).
diff --git a/officecfg/README b/officecfg/README
index 320e85d8048f..fd6674b41d42 100644
--- a/officecfg/README
+++ b/officecfg/README
@@ -6,6 +6,6 @@ See also:
[[configmgr]]
AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menus for
-entries that use the same accellerator key. The tool goes through the menus using the accessibility
+entries that use the same accelerator key. The tool goes through the menus using the accessibility
api and checkes the accelerator keys. For information on how to use the tool open the fodt file
in LibreOffice.
diff --git a/reportdesign/source/filter/xml/xmlStyleImport.cxx b/reportdesign/source/filter/xml/xmlStyleImport.cxx
index 3d98f0e74c7a..fe62ee94cbd1 100644
--- a/reportdesign/source/filter/xml/xmlStyleImport.cxx
+++ b/reportdesign/source/filter/xml/xmlStyleImport.cxx
@@ -128,7 +128,7 @@ void OControlStyleContext::AddProperty(const sal_Int16 nContextID, const uno::An
sal_Int32 nIndex(static_cast<OReportStylesContext *>(pStyles)->GetIndex(nContextID));
OSL_ENSURE(nIndex != -1, "Property not found in Map");
XMLPropertyState aPropState(nIndex, rValue);
- GetProperties().push_back(aPropState); // has to be insertes in a sort order later
+ GetProperties().push_back(aPropState); // has to be inserted in a sort order later
}
void OControlStyleContext::SetAttribute( sal_uInt16 nPrefixKey,
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 29a8802bf1e0..56bbcb6d3f36 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -668,7 +668,7 @@ void ScFiltersTest::testCachedFormulaResultsODS()
//we want to me sure that volatile functions are always recalculated
//regardless of cached results. if you update the ods file, you must
//update the values here.
- //if NOW() is recalcuated, then it should never equal sTodayCache
+ //if NOW() is recalculated, then it should never equal sTodayCache
OUString sTodayCache("01/25/13 01:06 PM");
OUString sTodayRecalc(rDoc.GetString(0,0,1));
diff --git a/sc/source/filter/inc/xlchart.hxx b/sc/source/filter/inc/xlchart.hxx
index 8aa8a47010f4..8640b348c856 100644
--- a/sc/source/filter/inc/xlchart.hxx
+++ b/sc/source/filter/inc/xlchart.hxx
@@ -1286,7 +1286,7 @@ public:
/** Returns a named formatting object from the chart document. */
css::uno::Any GetObject( const OUString& rObjName );
- /** Insertes a named formatting object into the chart document. */
+ /** Inserts a named formatting object into the chart document. */
OUString InsertObject( const css::uno::Any& rObj );
private:
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx
index b6f4d63b171e..49a16ace04a3 100644
--- a/sc/source/filter/xml/xmlstyli.cxx
+++ b/sc/source/filter/xml/xmlstyli.cxx
@@ -581,7 +581,7 @@ void XMLTableStyleContext::AddProperty(const sal_Int16 nContextID, const uno::An
sal_Int32 nIndex(static_cast<XMLTableStylesContext *>(pStyles)->GetIndex(nContextID));
OSL_ENSURE(nIndex != -1, "Property not found in Map");
XMLPropertyState aPropState(nIndex, rValue);
- GetProperties().push_back(aPropState); // has to be insertes in a sort order later
+ GetProperties().push_back(aPropState); // has to be inserted in a sort order later
}
XMLPropertyState* XMLTableStyleContext::FindProperty(const sal_Int16 nContextID)
diff --git a/sw/source/core/access/acctextframe.hxx b/sw/source/core/access/acctextframe.hxx
index 3e85d0830297..4337ebe9b9d4 100644
--- a/sw/source/core/access/acctextframe.hxx
+++ b/sw/source/core/access/acctextframe.hxx
@@ -102,7 +102,7 @@ public:
// XAccessibleContext::getAccessibleRelationSet
// text frame may have accessible relations to their
- // predecesor/successor frames
+ // predecessor/successor frames
private:
// helper methods for getAccessibleRelationSet: