diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
commit | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch) | |
tree | 3807c57d8a33588f33a3d5cbed51ccff9bb40791 /xmloff | |
parent | 435f5e30c968ffd5761873f8b3f756949545ce72 (diff) |
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/XMLEventsImportContext.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/chart/MultiPropertySetHandler.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/xmloff/XMLEventsImportContext.hxx b/xmloff/inc/xmloff/XMLEventsImportContext.hxx index 65d7730c9533..8f7da79b4fb8 100644 --- a/xmloff/inc/xmloff/XMLEventsImportContext.hxx +++ b/xmloff/inc/xmloff/XMLEventsImportContext.hxx @@ -47,7 +47,7 @@ typedef ::std::vector< EventNameValuesPair > EventsVector; /** * Import <script:events> element. * - * The import context usually sets the events immediatly at the event + * The import context usually sets the events immediately at the event * XNameReplace. If none was given on construction, it operates in * delayed mode: All events are collected and may then be set * with the setEvents() method. diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx index 793354ee6d00..ba0b96483280 100644 --- a/xmloff/source/chart/MultiPropertySetHandler.hxx +++ b/xmloff/source/chart/MultiPropertySetHandler.hxx @@ -128,7 +128,7 @@ public: /** @descr Create a handler of the property set of the given object. @param xObject A reference to any of the object's interfaces. - not neccessarily XPropertySet or XMultiPropertySet. It + not necessarily XPropertySet or XMultiPropertySet. It is casted later to one of the two of them. */ MultiPropertySetHandler (::com::sun::star::uno::Reference< diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 90322650be13..34ffa831fcab 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -1058,9 +1058,9 @@ protected: Reference<beans::XPropertySet>& rPropSet); /** - * All marks can be created immediatly. Since we don't care about + * All marks can be created immediately. Since we don't care about * the element content, ProcessAttribute should set the properties - * immediatly. + * immediately. * * This method tolerates an empty PropertySet; subclasses however * are not expected to. |