From 7c7755473e41f28e78dc79b885f8a39783f64699 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 15:28:03 +0100 Subject: Fix typo "teh" -> "the" Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a --- xmloff/inc/xmloff/xmltypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/inc/xmloff/xmltypes.hxx b/xmloff/inc/xmloff/xmltypes.hxx index b49a1bb95951..c20394fd934e 100644 --- a/xmloff/inc/xmloff/xmltypes.hxx +++ b/xmloff/inc/xmloff/xmltypes.hxx @@ -64,7 +64,7 @@ #define MID_FLAG_MERGE_PROPERTY 0x01000000 // Export only: If an xml attribute with the same name has been exported -// already, supply its value to teh exportXML call and delete the existing +// already, supply its value to the exportXML call and delete the existing // atribute afterwards. #define MID_FLAG_MERGE_ATTRIBUTE 0x00800000 -- cgit