summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/XMLSectionImportContext.cxx2
-rw-r--r--xmloff/source/text/XMLSectionImportContext.hxx2
-rw-r--r--xmloff/source/text/txtfldi.cxx2
-rw-r--r--xmloff/source/text/txtparae.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLSectionImportContext.cxx b/xmloff/source/text/XMLSectionImportContext.cxx
index bec0c1be832e..88a5e488310c 100644
--- a/xmloff/source/text/XMLSectionImportContext.cxx
+++ b/xmloff/source/text/XMLSectionImportContext.cxx
@@ -174,7 +174,7 @@ void XMLSectionImportContext::StartElement(
xPropSet->setPropertyValue( sIsVisible, aAny );
// #97450# hidden sections must be hidden on reload
- // For backwards compatibilty, set flag only if it is
+ // For backwards compatibility, set flag only if it is
// present
if( bIsCurrentlyVisibleOK )
{
diff --git a/xmloff/source/text/XMLSectionImportContext.hxx b/xmloff/source/text/XMLSectionImportContext.hxx
index 6a40ae7be07c..7b4ab86042fc 100644
--- a/xmloff/source/text/XMLSectionImportContext.hxx
+++ b/xmloff/source/text/XMLSectionImportContext.hxx
@@ -39,7 +39,7 @@ namespace com { namespace sun { namespace star {
*/
class XMLSectionImportContext : public SvXMLImportContext
{
- /// start position; ranges aquired via getStart(),getEnd() don't move
+ /// start position; ranges acquired via getStart(),getEnd() don't move
::com::sun::star::uno::Reference<
::com::sun::star::text::XTextRange> xStartRange;
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 1c8e0146bb4e..3e8a8e718d5a 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -1354,7 +1354,7 @@ SvXMLImportContext* XMLDatabaseFieldImportContext::CreateChildContext(
}
}
- // we call ProcessAttribute in order to set bValid appropriatly
+ // we call ProcessAttribute in order to set bValid appropriately
ProcessAttribute( XML_TOKEN_INVALID, OUString() );
}
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 19c4fa826c0f..5b7f503970d4 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -3465,7 +3465,7 @@ void XMLTextParagraphExport::exportText( const OUString& rText,
}
// If there are spaces left that have not been exported and the
- // current chracter is not a space , the pending spaces have to be
+ // current character is not a space , the pending spaces have to be
// exported now.
if( nSpaceChars > 0 && !bCurrCharIsSpace )
{