summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmlerror.hxx4
-rw-r--r--xmloff/inc/xmloff/xmlexp.hxx2
-rw-r--r--xmloff/inc/xmloff/xmlimp.hxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/xmlerror.hxx b/xmloff/inc/xmlerror.hxx
index ef8e1140cb..bc071fa765 100644
--- a/xmloff/inc/xmlerror.hxx
+++ b/xmloff/inc/xmlerror.hxx
@@ -91,8 +91,8 @@
// SvXMLExport/SvXMLImport error flags
#define ERROR_NO 0x0000
#define ERROR_DO_NOTHING 0x0001
-#define ERROR_ERROR_OCCURED 0x0002
-#define ERROR_WARNING_OCCURED 0x0004
+#define ERROR_ERROR_OCCURRED 0x0002
+#define ERROR_WARNING_OCCURRED 0x0004
diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx
index 848b8744da..0d64a36381 100644
--- a/xmloff/inc/xmloff/xmlexp.hxx
+++ b/xmloff/inc/xmloff/xmlexp.hxx
@@ -530,7 +530,7 @@ public:
void IgnorableWhitespace();
/**
- * Record an error condition that occured during export. The
+ * Record an error condition that occurred during export. The
* behavior of SetError can be modified using the error flag
* constants.
*/
diff --git a/xmloff/inc/xmloff/xmlimp.hxx b/xmloff/inc/xmloff/xmlimp.hxx
index 415c45d23f..eb9a5f6daf 100644
--- a/xmloff/inc/xmloff/xmlimp.hxx
+++ b/xmloff/inc/xmloff/xmlimp.hxx
@@ -362,7 +362,7 @@ public:
::rtl::OUString GetODFVersion() const;
/**
- * Record an error condition that occured during import. The
+ * Record an error condition that occurred during import. The
* behavior of SetError can be modified using the error flag
* constants.
*/