summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/xmlnumfe.cxx2
-rw-r--r--xmloff/source/style/xmlstyle.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index 66e0c121f380..362b5d94256b 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -1737,7 +1737,7 @@ void SvXMLNumFmtExport::Export( sal_Bool bIsAutoStyle )
DBG_ASSERT((pFormat->GetType() & NUMBERFORMAT_DEFINED) != 0, "a not user defined numberformat found");
// user-defined and used formats are exported
ExportFormat_Impl( *pFormat, nKey );
- // if it is a user-defined Format it will be added else nothing will hapen
+ // if it is a user-defined Format it will be added else nothing will happen
pUsedList->SetUsed(nKey);
}
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx
index 51d391dcbdb6..c54d7ffbe5f5 100644
--- a/xmloff/source/style/xmlstyle.cxx
+++ b/xmloff/source/style/xmlstyle.cxx
@@ -444,7 +444,7 @@ SvXMLStyleContext *SvXMLStylesContext::CreateStyleChildContext( sal_uInt16 p_nPr
case XML_TOK_STYLE_PAGE_MASTER:
case XML_TOK_STYLE_DEFAULT_PAGE_LAYOUT:
{
- //there is not page family in odf now, so I specify one for it
+ //there is not page family in ODF now, so I specify one for it
sal_Bool bDefaultStyle = XML_TOK_STYLE_DEFAULT_PAGE_LAYOUT == nToken
? sal_True: sal_False;
pStyle = new PageStyleContext( GetImport(), p_nPrefix,