diff options
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)); |