summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svtools/table/tablesort.hxx2
-rw-r--r--include/svtools/treelistentry.hxx2
-rw-r--r--include/unotools/mediadescriptor.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/table/tablesort.hxx b/include/svtools/table/tablesort.hxx
index 493f7c199704..cd9d164a3165 100644
--- a/include/svtools/table/tablesort.hxx
+++ b/include/svtools/table/tablesort.hxx
@@ -60,7 +60,7 @@ namespace svt { namespace table
//= ITableDataSort
- /** provides sorting functionality for the datta underlying an ITableModel
+ /** provides sorting functionality for the data underlying an ITableModel
*/
class SAL_NO_VTABLE ITableDataSort
{
diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx
index 11478173bbce..6ffd1d45fa34 100644
--- a/include/svtools/treelistentry.hxx
+++ b/include/svtools/treelistentry.hxx
@@ -89,7 +89,7 @@ public:
size_t ItemCount() const;
// MAY ONLY BE CALLED IF THE ENTRY HAS NOT YET BEEN INSERTED INTO
- // THE MODEL, AS OTHERWISE NO VIEW-DEPENDENT DATEA ARE ALLOCATED
+ // THE MODEL, AS OTHERWISE NO VIEW-DEPENDENT DATA ARE ALLOCATED
// FOR THE ITEM!
void AddItem( SvLBoxItem* pItem );
void ReplaceItem( SvLBoxItem* pNewItem, size_t nPos );
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index e88b20d1f8fc..393aeeddc206 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -105,7 +105,7 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
/** @short these ctors do nothing - excepting that they forward
the given parameters to the base class ctors.
- @descr The ctros must be overwritten to resolve conflicts with
+ @descr The ctors must be overwritten to resolve conflicts with
the default ctors of the compiler :-(.
*/
MediaDescriptor();