Ported calc-insert-current-time-offapi.diff from ooo-build.

This is to make the semicolon key available for UNO API.
This commit is contained in:
Kohei Yoshida 2010-10-04 18:08:54 -04:00
parent 414045a1a6
commit e7d4f41f05

View file

@ -480,6 +480,10 @@ published constants Key
//-------------------------------------------------------------------------
const short SEMICOLON = 1317;
//-------------------------------------------------------------------------
const short DELETE_TO_END_OF_PARAGRAPH = 1539;
//-------------------------------------------------------------------------