diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-23 09:58:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-28 12:28:31 +0000 |
commit | 69c88a32aad2cafde197e98557868ad069795d60 (patch) | |
tree | 86fbddd2167952c13b10ca989d37e179a63cdde9 /include | |
parent | 2a5a4497c210b649fdfaae8b74d742f23df32499 (diff) |
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff
Reviewed-on: https://gerrit.libreoffice.org/16522
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/table/tablesort.hxx | 2 | ||||
-rw-r--r-- | include/svtools/treelistentry.hxx | 2 | ||||
-rw-r--r-- | include/unotools/mediadescriptor.hxx | 2 |
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(); |