diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-10 18:55:12 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-11 05:08:01 +0000 |
commit | 0f0ebddb81a7c5b83bdf8d050bfe38dad26f0bfd (patch) | |
tree | dd128499869c5f7a7b1a05754af17258f0e32d4a /cpputools/source | |
parent | c328aefa6f2c9a04c50bad7228a468ff2f136d22 (diff) |
Fix typos
Change-Id: Ic54e808956e5cf4e8079942c0ff799f802cd4b6c
Reviewed-on: https://gerrit.libreoffice.org/35053
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cpputools/source')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index 32a2fcb97e41..e89044296d6e 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -511,7 +511,7 @@ SAL_IMPLEMENT_MAIN() Reference< XComponent > xComp( xInstance, UNO_QUERY ); if (xComp.is()) xComp->dispose(); - throw RuntimeException( "component does not export interface interface \"com.sun.star.lang.XMain\"!" ); + throw RuntimeException( "component does not export interface \"com.sun.star.lang.XMain\"!" ); } } } |