Files
libreoffice/basic/source/comp
Noel Power 634b211632 allow keyword Append to be used as a variable. bnc#745930
statements like
  Dim AppEnd As Integer
will generate compiler errors because Append is a special symbol/keyword in libreoffice basic. This restriction though is too strict because 'Append' is only such a keyword when used within the 'Open' statement ( where it refers to one of the possible values for a paramater ).
2012-02-21 12:26:29 +00:00
..
2011-12-10 19:18:51 -05:00
2012-01-15 20:27:18 +01:00
2012-02-13 23:44:24 +09:00
2012-01-07 17:47:05 -05:00
2011-11-27 12:55:59 -06:00
2012-01-15 20:27:18 +01:00
2012-02-20 11:49:35 +00:00