summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
commit1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch)
tree42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf /xmloff/source/forms
parent70e4329d0479305f16158a63878f335ee9232a5e (diff)
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r--xmloff/source/forms/propertyexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index f7601e593f6c..a5567538af47 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -249,7 +249,7 @@ namespace xmloff
/** add an arbitrary attribute extracted from an arbitrary property to the export context
- <p>The current value of the property specified wiht <arg>_pPropertyName</arg> is taken and converted
+ <p>The current value of the property specified with <arg>_pPropertyName</arg> is taken and converted
into a string, no matter what type it has. (Okay, there are the usual limitations: We know Date, Datetime,
double, integer ... to name just a few).</p>