summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-10-30 12:04:11 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-30 17:16:02 +0000
commit0c0e3e7539f683548e93616a30af8ac90c9abad0 (patch)
tree530ba0642a63a454cc04b0db372445bf6c665413 /filter
parentd665d253eea7b6f311167079893cbfaac566ca8b (diff)
Fixed typos. No automatic tools (sed, and so on).
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/ios2met/ios2met.cxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index b31fefb525c6..80ea97be4496 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -2222,7 +2222,7 @@ void OS2METReader::ReadImageData(sal_uInt16 nDataID, sal_uInt16 nDataLen)
for (i=0; i<nColTabSize; i++) (p->pBMP)->WriteUInt32( GetPalette0RGB(i) );
}
}
- // OK, now the map data is being pushed. Unfortunatly OS2 and BMP
+ // OK, now the map data is being pushed. Unfortunately OS2 and BMP
// do have a different RGB ordering when using 24-bit
boost::scoped_array<sal_uInt8> pBuf(new sal_uInt8[nDataLen]);
pOS2MET->Read(pBuf.get(),nDataLen);
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index b7bf147031a2..743409f9e110 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5742,7 +5742,7 @@ void SvxMSDffManager::CheckTxBxStoryChain()
---------------------------------
remembering the Shape-Ids and the associated Blip-Numbers und TextBox-Infos
========= ============ =============
- and remebering the File-Offsets for each Blip
+ and remembering the File-Offsets for each Blip
============
******************************************************************************/
void SvxMSDffManager::GetCtrlData( sal_uInt32 nOffsDgg_ )