From 9aa90b50c8906226bc480c1d228d3c6c1abd064f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 10 Aug 2019 23:36:05 +0200 Subject: Fix typos Change-Id: I94d0e85c731801b8b0ec844ae2a8f268b2f1022e Reviewed-on: https://gerrit.libreoffice.org/77256 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sc/inc/chgtrack.hxx | 2 +- sc/inc/document.hxx | 2 +- sc/inc/drwlayer.hxx | 2 +- sc/inc/orcusxml.hxx | 2 +- sc/inc/scfuncs.hrc | 2 +- sc/inc/sheetevents.hxx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sc') 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 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 -- cgit