summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 23:03:15 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 04:17:41 +0200
commit85b1d47450fa33f772d06353c4dad8da4d22f114 (patch)
tree5badf194e913742fd812cd3296703df5815eb2e5 /include
parent7a98a2c69d0fc747e6d7f813c591b5bf79aa8d7d (diff)
Fix typos
Change-Id: Icefd5a9e2a8bd929caa486c4cf3283925237d707 Reviewed-on: https://gerrit.libreoffice.org/75980 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/table/tablemodel.hxx2
-rw-r--r--include/uno/threadpool.h2
-rw-r--r--include/vcl/treelistbox.hxx2
-rw-r--r--include/vcl/window.hxx2
-rw-r--r--include/xmloff/XMLConstantsPropertyHandler.hxx4
-rw-r--r--include/xmloff/xmlictxt.hxx4
6 files changed, 8 insertions, 8 deletions
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index 7962900e597d..907e2d2971eb 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -114,7 +114,7 @@ namespace svt { namespace table
*/
virtual void columnRemoved() = 0;
- /** notifies the listener that all columns have been removed form the model
+ /** notifies the listener that all columns have been removed from the model
*/
virtual void allColumnsRemoved() = 0;
diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h
index bd5e42d83911..52bac0a4a08b 100644
--- a/include/uno/threadpool.h
+++ b/include/uno/threadpool.h
@@ -130,7 +130,7 @@ uno_threadpool_detach( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();
If the request is asynchronous, it is put into the queue of asynchronous
requests for the current threadid. The requests are always executed in a new
thread, even if the thread with the given id is waiting in the pool. No id is bound
- to the newly created thread. The responsibilty is left to the bridge ( if it
+ to the newly created thread. The responsibility is left to the bridge (if it
wishes to bind a name).
If pJob is a reply, there MUST be a thread with the given threadId waiting
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index a19376f108fc..c6a13397ba80 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -400,7 +400,7 @@ public:
there mnemonic character is pressed. If there are multiple entries with the
same mnemonic, the selection cycles between them.
- Entries with an collapsed ancestor are not included in the calculation of
+ Entries with a collapsed ancestor are not included in the calculation of
mnemonics. That is, if you press the accelerator key of an invisible
entry, then this entry is *not* selected.
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 433ace0b73c9..47c140e475ae 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1489,7 +1489,7 @@ public:
void set_secondary(bool bSecondary);
/*
- * If true this child is exempted from homogenous sizing
+ * If true this child is exempted from homogeneous sizing
* e.g. special button in a buttonbox
*/
bool get_non_homogeneous() const;
diff --git a/include/xmloff/XMLConstantsPropertyHandler.hxx b/include/xmloff/XMLConstantsPropertyHandler.hxx
index 1341507909cf..5db0aa63f675 100644
--- a/include/xmloff/XMLConstantsPropertyHandler.hxx
+++ b/include/xmloff/XMLConstantsPropertyHandler.hxx
@@ -46,13 +46,13 @@ public:
// Just needed for virtual destruction
virtual ~XMLConstantsPropertyHandler() override;
- /// Imports the given value in cas of the given XML-data-type
+ /// Imports the given value in case of the given XML-data-type
virtual bool importXML(
const OUString& rStrImpValue,
css::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const override;
- /// Exports the given value in cas of the given XML-data-type
+ /// Exports the given value in case of the given XML-data-type
virtual bool exportXML(
OUString& rStrExpValue,
const css::uno::Any& rValue,
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index bc3943cefb6a..9cf531b4eef5 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -83,12 +83,12 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList );
/** StartElement is called after a context has been constructed and
- * before a elements context is parsed. It may be used for actions that
+ * before an elements context is parsed. It may be used for actions that
* require virtual methods. The default is to do nothing. */
virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList );
/** EndElement is called before a context will be destructed, but
- * after a elements context has been parsed. It may be used for actions
+ * after an elements context has been parsed. It may be used for actions
* that require virtual methods. The default is to do nothing. */
virtual void EndElement();