offapi/com/sun/star/awt/XReschedule.idl | 2 +- offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 309ab4419b1d1a4cd0ce939c3a0af4d4af5d4b6b Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jan 20 15:50:08 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jan 20 17:47:43 2019 +0100 Fix typos in code It passed "make check" on Linux Change-Id: I9e6779003639e4b90e8fcbe3ef8a7f7dc1ed85f3 Reviewed-on: https://gerrit.libreoffice.org/66652 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/offapi/com/sun/star/awt/XReschedule.idl b/offapi/com/sun/star/awt/XReschedule.idl index b9363d7815c4..f9f5fe22d449 100644 --- a/offapi/com/sun/star/awt/XReschedule.idl +++ b/offapi/com/sun/star/awt/XReschedule.idl @@ -18,7 +18,7 @@ */ #ifndef __com_sun_star_awt_XReschedule_idl__ -#define __com_sun_star_awt_XReschedulet_idl__ +#define __com_sun_star_awt_XReschedule_idl__ #include <com/sun/star/uno/XInterface.idl> diff --git a/offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl b/offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl index 7269df8830a3..bdc26b0d43ae 100644 --- a/offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl +++ b/offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef __com_sun_star_xml_dom_events_XDocumentEvent_idl__ -#define __com_sun_star_xml_dom_events_XDocuemntEvent_idl__ +#define __com_sun_star_xml_dom_events_XDocumentEvent_idl__ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/xml/dom/events/EventType.idl> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
