summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prstylei.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:13:41 +0200
committerJoren De Cuyper <jorendc@libreoffice.org>2015-09-29 22:14:58 +0000
commit79797f8e594650ca422a4236d033205f654c035c (patch)
tree45a42ab112d31999edd15c692dd870568a9af475 /xmloff/source/style/prstylei.cxx
parent4678982056a11f978277a2da7a085e4f6ac24afd (diff)
Fix typos
Change-Id: If2e4adb2ce93c02ee14d831eedf4ef31da04b92d Reviewed-on: https://gerrit.libreoffice.org/18996 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'xmloff/source/style/prstylei.cxx')
-rw-r--r--xmloff/source/style/prstylei.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx
index 47f19100bac0..da1cfbf5ea2b 100644
--- a/xmloff/source/style/prstylei.cxx
+++ b/xmloff/source/style/prstylei.cxx
@@ -437,7 +437,7 @@ void XMLPropStyleContext::Finish( bool bOverwrite )
{
if( mxStyle.is() && (IsNew() || bOverwrite) )
{
- // The families cintaner must exist
+ // The families container must exist
Reference < XNameContainer > xFamilies =
static_cast<SvXMLStylesContext *>(&mxStyles)->GetStylesContainer( GetFamily() );
DBG_ASSERT( xFamilies.is(), "Families lost" );