summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-20 15:50:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-01-20 17:47:43 +0100
commit309ab4419b1d1a4cd0ce939c3a0af4d4af5d4b6b (patch)
tree0126e8ab0d824268883353e1cd3fb21d5e9eac73 /offapi
parent90a4a89ef0dfe0b6d34890662d7a610f832977d0 (diff)
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 <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XReschedule.idl2
-rw-r--r--offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl2
2 files changed, 2 insertions, 2 deletions
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>