summaryrefslogtreecommitdiffstats
path: root/writerfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:34:30 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-02 10:40:27 +0000
commitd0f99b1b39027bcf0fae1b130b60a4c837e854d8 (patch)
treed5ce59abdd55a8f0f077fd51f26b36bb0cb3918d /writerfilter
parentFix typos (diff)
downloadcore-d0f99b1b39027bcf0fae1b130b60a4c837e854d8.tar.gz
core-d0f99b1b39027bcf0fae1b130b60a4c837e854d8.zip
Fix typos
Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16 Reviewed-on: https://gerrit.libreoffice.org/34779 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx2
-rw-r--r--writerfilter/source/rtftok/rtftokenizer.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 4aa58d2e364b..a3f9923c997a 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -1239,7 +1239,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const PropertyMapPtr& rContext )
break;
case NS_ooxml::LN_CT_NumPr_numId:
{
- //convert the ListTable entry to a NumberingRules propery and apply it
+ //convert the ListTable entry to a NumberingRules property and apply it
ListsManager::Pointer pListTable = m_pImpl->GetListTable();
ListDef::Pointer pList = pListTable->GetList( nIntValue );
if( IsStyleSheetImport() )
diff --git a/writerfilter/source/rtftok/rtftokenizer.cxx b/writerfilter/source/rtftok/rtftokenizer.cxx
index 8fe6b9f2bc59..fd0fd2f9d44e 100644
--- a/writerfilter/source/rtftok/rtftokenizer.cxx
+++ b/writerfilter/source/rtftok/rtftokenizer.cxx
@@ -274,7 +274,7 @@ RTFError RTFTokenizer::dispatchKeyword(OString& rKeyword, bool bParam, int nPara
{
if (m_rImport.getDestination() == Destination::SKIP)
{
- // skip binary data explicitely, to not trip over rtf markup
+ // skip binary data explicitly, to not trip over rtf markup
// control characters
if (rKeyword.equals("bin") && nParam > 0)
Strm().SeekRel(nParam);