summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-10 10:37:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-10 14:18:14 +0200
commit8e999b51a2418febc0fd619aee62183f21b1cf90 (patch)
tree55c6ac0a4062fbe6f6630fe3f1cb3b6be5c2a334 /vcl/source
parent0c234a60ae31c2404dfec9d09cc79a1a5c4558fd (diff)
Fix typos
Change-Id: Id62178a1a8b2e05d13c47f1ac4798578f140dbae Reviewed-on: https://gerrit.libreoffice.org/78794 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/control/listbox.cxx2
-rw-r--r--vcl/source/filter/wmf/wmfwr.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index cafebbdb4cb8..323c6c88af44 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -1222,7 +1222,7 @@ Size ListBox::CalcSubEditSize() const
else
{
aSz.setHeight( mpImplLB->GetEntryHeight() );
- // Size to maxmimum entry width
+ // Size to maximum entry width
aSz.setWidth( mpImplLB->GetMaxEntryWidth() );
if (m_nMaxWidthChars != -1)
diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx
index 1868c8087fcb..25536eb80e65 100644
--- a/vcl/source/filter/wmf/wmfwr.cxx
+++ b/vcl/source/filter/wmf/wmfwr.cxx
@@ -1650,7 +1650,7 @@ void WMFWriter::WriteHeader( bool bPlaceable )
.WriteUInt16( 0x0009 ) // header length in words
.WriteUInt16( 0x0300 ) // Version as BCD number
.WriteUInt32( 0x00000000 ) // file length (without 1st header), is later corrected by UpdateHeader()
- .WriteUInt16( MAXOBJECTHANDLES ) // maxmimum number of simultaneous objects
+ .WriteUInt16( MAXOBJECTHANDLES ) // maximum number of simultaneous objects
.WriteUInt32( 0x00000000 ) // maximum record length, is later corrected by UpdateHeader()
.WriteUInt16( 0x0000 ); // reserved
}