diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-15 19:37:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-16 19:41:58 +0100 |
commit | 651ffebdb7cad18ec0a2dda294a6fff231638409 (patch) | |
tree | 148913f722eea11e9a7ab1a9293ea4ce0dab028c /vcl | |
parent | 1eb25c11500a235aa141a327a5489f6861e60a89 (diff) |
Fix typos
Change-Id: I1c0e4daa835eba2004ffe9490757dd91d9c9889b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107790
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index fec7c9654f4c..2dd1d0447f10 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -1231,7 +1231,7 @@ bool ImpGraphic::swapOutContent(SvStream& rStream) sal_uLong nDataFieldPos; - // Write te SWAP ID + // Write the SWAP ID rStream.WriteUInt32(SWAP_FORMAT_ID); rStream.WriteInt32(static_cast<sal_Int32>(meType)); |