summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-05 11:33:18 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-05 11:33:46 +0200
commitdfb4d8ed8607082fa3fa7548d83bf673b7b0ee81 (patch)
tree0e6f0976683b8f0bf1e351be636611e70e22e07b /xmloff
parentfe0451259d2fb93c809c1bfa3baf5abd90019c58 (diff)
xmloff: typo
Change-Id: I74cba6856cbcb2da3334356cdeefe8c21ce5e83c
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtstyli.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx
index de594dca7a6d..a91769256c44 100644
--- a/xmloff/source/text/txtstyli.cxx
+++ b/xmloff/source/text/txtstyli.cxx
@@ -347,7 +347,7 @@ void XMLTextStyleContext::Finish( bool bOverwrite )
OUString sDisplayDropCapTextStyleName(
GetImport().GetStyleDisplayName( XML_STYLE_FAMILY_TEXT_TEXT,
sDropCapTextStyleName ) );
- // The families cointaner must exist
+ // The families container must exist
const Reference < XNameContainer >& rTextStyles =
GetImport().GetTextImport()->GetTextStyles();
if( rTextStyles.is() &&
@@ -363,7 +363,7 @@ void XMLTextStyleContext::Finish( bool bOverwrite )
OUString sDisplayName(
GetImport().GetStyleDisplayName(
XML_STYLE_FAMILY_MASTER_PAGE, sMasterPageName ) );
- // The families cointaner must exist
+ // The families container must exist
const Reference < XNameContainer >& rPageStyles =
GetImport().GetTextImport()->GetPageStyles();
if( ( sDisplayName.isEmpty() ||