summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 09:58:06 +0000
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 17:35:39 +0200
commit07fb0664fa81040cdb110d7d8848b937f1facc33 (patch)
tree7c09b4349ac536256fd3381be5a753d86f9161a0
parentcid#1448460 Unchecked return value (diff)
downloadcore-07fb0664fa81040cdb110d7d8848b937f1facc33.tar.gz
core-07fb0664fa81040cdb110d7d8848b937f1facc33.zip
Fix typos
Change-Id: I8222cf7aae977f0e26645dea6e4cfaee94446a2c Reviewed-on: https://gerrit.libreoffice.org/75946 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--include/sfx2/sidebar/Context.hxx2
-rw-r--r--include/svx/SpellDialogChildWindow.hxx2
-rw-r--r--include/svx/dbaexchange.hxx4
-rw-r--r--include/typelib/typedescription.h2
-rw-r--r--include/unotools/accessiblerelationsethelper.hxx2
-rw-r--r--include/unotools/textsearch.hxx2
-rw-r--r--include/vcl/EnumContext.hxx2
-rw-r--r--include/vcl/dockwin.hxx2
-rw-r--r--include/xmloff/xmlnumfe.hxx2
-rw-r--r--include/xmloff/xmlstyle.hxx2
10 files changed, 11 insertions, 11 deletions
diff --git a/include/sfx2/sidebar/Context.hxx b/include/sfx2/sidebar/Context.hxx
index 05cdf84e938e..001a70e26b90 100644
--- a/include/sfx2/sidebar/Context.hxx
+++ b/include/sfx2/sidebar/Context.hxx
@@ -37,7 +37,7 @@ public:
/** When two contexts are matched against each other, then
application or context name may have the wildcard value 'any'.
In order to prefer matches without wildcards over matches with
- wildcards we introduce a integer evaluation for matches.
+ wildcards we introduce an integer evaluation for matches.
*/
const static sal_Int32 NoMatch;
const static sal_Int32 OptimalMatch;
diff --git a/include/svx/SpellDialogChildWindow.hxx b/include/svx/SpellDialogChildWindow.hxx
index 1f66a828ea07..4b6df6e997c8 100644
--- a/include/svx/SpellDialogChildWindow.hxx
+++ b/include/svx/SpellDialogChildWindow.hxx
@@ -67,7 +67,7 @@ protected:
can rely on the fact that the methods ApplyChangedSentence() is called for the
position that the last GetNextWrongSentence() returned.
If 'bRecheck' is set to true then the same sentence should be rechecked once from
- the start. This should be used too find errors that the user has introduced by
+ the start. This should be used to find errors that the user has introduced by
manual changes in the edit field, and in order to not miss the still following errors
in that sentence.
*/
diff --git a/include/svx/dbaexchange.hxx b/include/svx/dbaexchange.hxx
index bd084661b2d7..d831dc4e2ed0 100644
--- a/include/svx/dbaexchange.hxx
+++ b/include/svx/dbaexchange.hxx
@@ -202,7 +202,7 @@ namespace svx
*/
static bool canExtractObjectDescriptor(const DataFlavorExVector& _rFlavors);
- /** extracts a object descriptor from the transferable given
+ /** extracts an object descriptor from the transferable given
*/
static ODataAccessDescriptor
extractObjectDescriptor(const TransferableDataHelper& _rData);
@@ -251,7 +251,7 @@ namespace svx
*/
static bool canExtractDescriptor(const DataFlavorExVector& _rFlavors);
- /** extracts a object descriptor from the transferable given
+ /** extracts an object descriptor from the transferable given
*/
static css::uno::Sequence< css::beans::PropertyValue > extractDescriptor(const TransferableDataHelper& _rData);
diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h
index 51b13af29d57..d3e18b8fee42 100644
--- a/include/typelib/typedescription.h
+++ b/include/typelib/typedescription.h
@@ -404,7 +404,7 @@ typedef struct SAL_DLLPUBLIC_RTTI _typelib_InterfaceTypeDescription
/** number of members plus number of read-write attributes
*/
sal_Int32 nMapFunctionIndexToMemberIndex;
- /** array mapping function index to member index; size of arry is nMapFunctionIndexToMemberIndex
+ /** array mapping function index to member index; size of array is nMapFunctionIndexToMemberIndex
*/
sal_Int32 * pMapFunctionIndexToMemberIndex;
/** number of base types
diff --git a/include/unotools/accessiblerelationsethelper.hxx b/include/unotools/accessiblerelationsethelper.hxx
index ea2fc9e8bef6..05d169230adc 100644
--- a/include/unotools/accessiblerelationsethelper.hxx
+++ b/include/unotools/accessiblerelationsethelper.hxx
@@ -114,7 +114,7 @@ public:
virtual css::uno::Sequence< css::uno::Type> SAL_CALL
getTypes() override;
- /** Returns a implementation id.
+ /** Returns an implementation id.
*/
virtual css::uno::Sequence<sal_Int8> SAL_CALL
getImplementationId() override;
diff --git a/include/unotools/textsearch.hxx b/include/unotools/textsearch.hxx
index 396ecf294b38..14a9558f237e 100644
--- a/include/unotools/textsearch.hxx
+++ b/include/unotools/textsearch.hxx
@@ -205,7 +205,7 @@ public:
/**
* @brief searchForward Search forward beginning from the start to the end
* of the given text
- * @param rStr The text in wich we search
+ * @param rStr The text in which we search
* @return True if the search term is found in the text
*/
bool searchForward( const OUString &rStr );
diff --git a/include/vcl/EnumContext.hxx b/include/vcl/EnumContext.hxx
index ba7480409b3b..f5b7ddebfde9 100644
--- a/include/vcl/EnumContext.hxx
+++ b/include/vcl/EnumContext.hxx
@@ -136,7 +136,7 @@ public:
/** When two contexts are matched against each other, then
application or context name may have the wildcard value 'any'.
In order to prefer matches without wildcards over matches with
- wildcards we introduce a integer evaluation for matches.
+ wildcards we introduce an integer evaluation for matches.
*/
const static sal_Int32 NoMatch;
const static sal_Int32 OptimalMatch;
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx
index 2cf7ea7324ed..b2808f043dfc 100644
--- a/include/vcl/dockwin.hxx
+++ b/include/vcl/dockwin.hxx
@@ -196,7 +196,7 @@ public:
void EndPopupMode( const vcl::Window *pWin );
// required because those methods are not virtual in Window (!!!) and must
- // be availbale from the toolkit
+ // be available from the toolkit
void SetPosSizePixel( vcl::Window const *pWin, long nX, long nY,
long nWidth, long nHeight,
PosSizeFlags nFlags );
diff --git a/include/xmloff/xmlnumfe.hxx b/include/xmloff/xmlnumfe.hxx
index 5db3352540ee..4aef1734d418 100644
--- a/include/xmloff/xmlnumfe.hxx
+++ b/include/xmloff/xmlnumfe.hxx
@@ -122,7 +122,7 @@ public:
// two methods to allow the field import/export to treat system languages
// properly:
- /// obtain number format with system languange for a given key
+ /// obtain number format with system language for a given key
sal_uInt32 ForceSystemLanguage( sal_uInt32 nKey );
};
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index 271f75bde520..0d7b5cfe1590 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -127,7 +127,7 @@ public:
// it into the document if this hasn't happened already in CreateAndInsert().
virtual void CreateAndInsertLate( bool bOverwrite );
- // This method is called fpr every style after all styles have been
+ // This method is called for every style after all styles have been
// inserted into the document.
virtual void Finish( bool bOverwrite );