diff options
author | ka <kai.ahrens@oracle.com> | 2011-02-18 05:20:51 +0100 |
---|---|---|
committer | ka <kai.ahrens@oracle.com> | 2011-02-18 05:20:51 +0100 |
commit | f759ad09f5cfd415390ba25aa413cbecb10f047b (patch) | |
tree | aa387694e44d3e51f117a58779eff25fbd6091e0 /vcl/source/gdi/gdimtf.cxx | |
parent | 66cf579511eac065ad1f75022537f9a2d4cb7252 (diff) |
ka102: type changes nneded for DEV300_m100
Diffstat (limited to 'vcl/source/gdi/gdimtf.cxx')
-rw-r--r-- | vcl/source/gdi/gdimtf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx index 7c6d34ea2531..1e99c5c3c04f 100644 --- a/vcl/source/gdi/gdimtf.cxx +++ b/vcl/source/gdi/gdimtf.cxx @@ -2906,7 +2906,7 @@ SvStream& operator>>( SvStream& rIStm, GDIMetaFile& rGDIMetaFile ) ( META_RENDERGRAPHIC_ACTION == pAction->GetType() ) && ( ++nAction < nCount ) && !rIStm.IsEof() ) { - UINT16 nFollowingType; + sal_uInt16 nFollowingType; // dummy read of the next following META_BMPEXSCALE_ACTION // RenderGraphic replacement action (KA 01/2011) |