<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 31/07/12 18:16, János Uray wrote:<br>
    </div>
    <blockquote
cite="mid:CAKR3yxwhHJnNmVL9fUh7wCanb_wPNrxiohUcYLbnZPASsBUc9Q@mail.gmail.com"
      type="cite">Why did you extend the comment: "// converting value
      to unsigned <i>and limit to 2 or 4 byte representation</i>"?
      GetInteger() and GetLong() return sal_Int16 and sal_Int32,
      respectively, so the static_casts only convert them to unsigned.<br>
    </blockquote>
    it's just the way I think about it :-) the basic language numerical
    representation is a 2 byte or 4byte format, that with the fact the
    value in basic types is one big huge union :-) If the comment
    disturbs you or makes things more unclear then feel free to get rid
    of it ( to be honest I don't even recall typing it :-) )<br>
    <br>
    Noel<br>
  </body>
</html>