diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:38:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 13:10:53 +0000 |
commit | 74117f95972a0ef690401815d5e5ff7759ceb8af (patch) | |
tree | 0cefe09683149742f1157b6a9d008b26f0df83da /xmloff | |
parent | e9b628760e2606769d7cc7fa2993729b796628d3 (diff) |
Fix typos
Change-Id: I901ff35ad2e0aa43a421f0996865130514a819bc
Reviewed-on: https://gerrit.libreoffice.org/35663
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/README | 2 | ||||
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/txtvfldi.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/core/DomBuilderContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/XMLIndexTabStopEntryContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/txtprmap.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/xformsexport.cxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/README b/xmloff/README index f6015fcf902c..74659c78f6f3 100644 --- a/xmloff/README +++ b/xmloff/README @@ -21,7 +21,7 @@ with the default being the latest ODF version with "extensions", which means it may contain elements and attributes that are only in drafts of the specification or are not yet submitted for specification. Documents produced in the other (non-extended) ODF modes are supposed to be -strictly conforming to the respecive specification, i.e., only markup +strictly conforming to the respective specification, i.e., only markup defined by the ODF specification is allowed. There is another library "xof" built from the source/transform directory, diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index ed154c72ffe0..1aa9c5ac3761 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -169,7 +169,7 @@ protected: const OUString& sServiceName); /// force an update of the field's value - /// call update on optional XUptadeable interface; (disable Fixed property) + /// call update on optional XUpdatable interface; (disable Fixed property) static void ForceUpdate( const css::uno::Reference< css::beans::XPropertySet> & rPropertySet); }; diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx index b5e1d6dcae86..437657b5442b 100644 --- a/xmloff/inc/txtvfldi.hxx +++ b/xmloff/inc/txtvfldi.hxx @@ -230,7 +230,7 @@ protected: /** - * uperclass for variable/user-set, var/user-input, and sequence fields + * upperclass for variable/user-set, var/user-input, and sequence fields * inds field master of appropriate type and attaches field to it. */ class XMLSetVarFieldImportContext : public XMLVarFieldImportContext diff --git a/xmloff/source/core/DomBuilderContext.cxx b/xmloff/source/core/DomBuilderContext.cxx index 4a835187fb43..ca8cbbed6314 100644 --- a/xmloff/source/core/DomBuilderContext.cxx +++ b/xmloff/source/core/DomBuilderContext.cxx @@ -164,7 +164,7 @@ void DomBuilderContext::Characters( const OUString& rCharacters ) SAL_WARN_IF( !mxNode.is(), "xmloff", "empty XNode not allowed" ); // TODO: I assume adjacent text nodes should be joined, to preserve - // processinf model? (I.e., if the SAX parser breaks a string into 2 + // processing model? (I.e., if the SAX parser breaks a string into 2 // Characters(..) calls, the DOM model would still see only one child.) // create text node and append to parent diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx index 12d9d4640f8a..d5610240dc57 100644 --- a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx +++ b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx @@ -155,7 +155,7 @@ void XMLIndexTabStopEntryContext::FillPropertyValues( // check whether we really filled all elements of the sequence SAL_WARN_IF( nNextEntry != rValues.getLength(), "xmloff", - "length incorrectly precumputed!" ); + "length incorrectly precomputed!" ); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index 91dba974616d..f2b64243d1da 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -2877,7 +2877,7 @@ bool XMLTextFieldExport::GetDependentFieldPropertySet( Reference<XDependentTextField> xTField = aFields[0]; xField.set(xTField, UNO_QUERY); DBG_ASSERT(xField.is(), - "Surprisinlgy, this TextField refuses to be a PropertySet!"); + "Surprisingly, this TextField refuses to be a PropertySet!"); return true; } else diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index 99861f5a8c03..ab9bf8bc78fc 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -68,7 +68,7 @@ using namespace ::xmloff::token; #define MR_E( a, p, l, t, c ) \ M_E_( a, p, l, (t|XML_TYPE_PROP_RUBY), c ) -// cell propertiess +// cell properties #define MC_E( a, p, l, t, c ) \ M_E_( a, p, l, (t|XML_TYPE_PROP_TABLE_CELL), c ) diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx index 3e5aa06bf7ab..262424495bd4 100644 --- a/xmloff/source/xforms/xformsexport.cxx +++ b/xmloff/source/xforms/xformsexport.cxx @@ -560,7 +560,7 @@ void exportXFormsSchemas( SvXMLExport& rExport, SvXMLElementExport aSchemaElem( rExport, XML_NAMESPACE_XSD, XML_SCHEMA, true, true ); - // now get data type repositry, and export + // now get data type repository, and export Reference<XEnumerationAccess> xTypes( xModel->getDataTypeRepository(), UNO_QUERY ); if( xTypes.is() ) |