diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 23:36:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:03:23 +0200 |
commit | 9aa90b50c8906226bc480c1d228d3c6c1abd064f (patch) | |
tree | ef1e49811462f91995ef589706823c4faf26f9b8 /sc | |
parent | 22c484b5978eb47b6fd935d37b6f83cf96158528 (diff) |
Fix typos
Change-Id: I94d0e85c731801b8b0ec844ae2a8f268b2f1022e
Reviewed-on: https://gerrit.libreoffice.org/77256
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/chgtrack.hxx | 2 | ||||
-rw-r--r-- | sc/inc/document.hxx | 2 | ||||
-rw-r--r-- | sc/inc/drwlayer.hxx | 2 | ||||
-rw-r--r-- | sc/inc/orcusxml.hxx | 2 | ||||
-rw-r--r-- | sc/inc/scfuncs.hrc | 2 | ||||
-rw-r--r-- | sc/inc/sheetevents.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index a1bb011b9769..9c8cc6ab4b5c 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -920,7 +920,7 @@ class SAL_DLLPUBLIC_RTTI ScChangeTrack : public utl::ConfigurationListener void Remove( ScChangeAction* ); void MasterLinks( ScChangeAction* ); - // Content on top an Position + // Content on top at Position ScChangeActionContent* SearchContentAt( const ScBigAddress&, const ScChangeAction* pButNotThis ) const; void DeleteGeneratedDelContent( diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index bebbd4fafb9a..111170d97318 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -723,7 +723,7 @@ public: @param rpRangeData On entry, the pointer to the original named expression/range. - On return TRUE, the pointer to the new copied name, or nullptr if hit shappened. + On return TRUE, the pointer to the new copied name, or nullptr if hits happened. @param rNewPos New position of formula cell if called for that, else new base diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index 9f8268be03b8..4bb4a759b241 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -193,7 +193,7 @@ public: bool HasObjectsAnchoredInRange(const ScRange& rRange); void MoveObject(SdrObject* pObj, const ScAddress& rNewPosition); - // positions for detektive lines + // positions for detective lines static ScDrawObjData* GetObjData( SdrObject* pObj, bool bCreate=false ); static ScDrawObjData* GetNonRotatedObjData( SdrObject* pObj, bool bCreate=false ); diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx index f0f155882c3e..ced991e51ded 100644 --- a/sc/inc/orcusxml.hxx +++ b/sc/inc/orcusxml.hxx @@ -48,7 +48,7 @@ struct ScOrcusXMLTreeParam /** * Store all custom data instances since the tree control doesn't manage - * the life cycle of user datas. + * the life cycle of user data. */ UserDataStoreType m_UserDataStore; diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc index e17eb9250c65..836ceb418d72 100644 --- a/sc/inc/scfuncs.hrc +++ b/sc/inc/scfuncs.hrc @@ -4036,7 +4036,7 @@ const char* SC_OPCODE_COLOR_ARY[] = const char* SC_OPCODE_WEBSERVICE_ARY[] = { - NC_("SC_OPCODE_WEBSERVICE", "Get some webcontent from an URI."), + NC_("SC_OPCODE_WEBSERVICE", "Get some webcontent from a URI."), NC_("SC_OPCODE_WEBSERVICE", "URI"), NC_("SC_OPCODE_WEBSERVICE", "URI of the webservice") }; diff --git a/sc/inc/sheetevents.hxx b/sc/inc/sheetevents.hxx index 64dd3e498592..e205ed1d801e 100644 --- a/sc/inc/sheetevents.hxx +++ b/sc/inc/sheetevents.hxx @@ -27,7 +27,7 @@ namespace boost { template <class T> class optional; } enum class ScSheetEventId { FOCUS, UNFOCUS, SELECT, DOUBLECLICK, RIGHTCLICK, CHANGE, CALCULATE, COUNT, - NOTFOUND = -1 // used as a an error return value + NOTFOUND = -1 // used as an error return value }; class ScSheetEvents |