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/unotools | |
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/unotools')
-rw-r--r-- | include/unotools/mediadescriptor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |