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/source/text | |
parent | 435f5e30c968ffd5761873f8b3f756949545ce72 (diff) |
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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. |