diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/propertyexport.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/meta/xmlversion.cxx | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index 899eccb90aa1..815b47fcf542 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -417,7 +417,7 @@ uno::Sequence< util::RevisionTag > SAL_CALL XMLVersionListPersistence::load( con aParserInput.aInputStream = xDocStream->getInputStream(); OSL_ENSURE( aParserInput.aInputStream.is(), - "The stream was successfuly opened for reading, the input part must be accessible!\n" ); + "The stream was successfully opened for reading, the input part must be accessible!\n" ); if ( !aParserInput.aInputStream.is() ) throw uno::RuntimeException(); |