summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:05:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 14:23:52 +0100
commitf0b857310dd564356a6ff7854bdc42cb677989f9 (patch)
tree701b4f99e1e74d45f631b3a0906881c25bf57bb4 /filter
parenttdf#114536 sw: fix use-after-free in SwTextFormatter::MergeCharacterBorder() (diff)
downloadcore-f0b857310dd564356a6ff7854bdc42cb677989f9.tar.gz
core-f0b857310dd564356a6ff7854bdc42cb677989f9.zip
Fix typos
Change-Id: Ia976371bf52eb1216d8abe728d80bbb87a3c38a2 Reviewed-on: https://gerrit.libreoffice.org/47858 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/class0.cxx4
-rw-r--r--filter/source/graphicfilter/icgm/class4.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/graphicfilter/icgm/class0.cxx b/filter/source/graphicfilter/icgm/class0.cxx
index 832a117e3dd0..c6f1e4d4a6b9 100644
--- a/filter/source/graphicfilter/icgm/class0.cxx
+++ b/filter/source/graphicfilter/icgm/class0.cxx
@@ -33,7 +33,7 @@ void CGM::ImplDoClass0()
break;
case 0x02 : /*End MetaFile*/
{
- if ( mpBitmapInUse ) // process existend graphic
+ if ( mpBitmapInUse ) // process existing graphic
{
CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap();
// do anything with the bitmap
@@ -70,7 +70,7 @@ void CGM::ImplDoClass0()
{
if ( mbPicture )
{
- if ( mpBitmapInUse ) // process existend graphic
+ if ( mpBitmapInUse ) // process existing graphic
{
CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap();
// do anything with the bitmap
diff --git a/filter/source/graphicfilter/icgm/class4.cxx b/filter/source/graphicfilter/icgm/class4.cxx
index f7a499df0647..ba95ba63392b 100644
--- a/filter/source/graphicfilter/icgm/class4.cxx
+++ b/filter/source/graphicfilter/icgm/class4.cxx
@@ -107,7 +107,7 @@ void CGM::ImplDoClass4()
if ( mbFirstOutPut )
mpOutAct->FirstOutPut();
- if ( mpBitmapInUse && ( mnElementID != 9 ) ) // process existend graphic
+ if ( mpBitmapInUse && ( mnElementID != 9 ) ) // process existed graphic
{ // because there are now no pending bitmap actions
CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap();
// do anything with the bitmap