diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-02-28 15:45:43 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-02-28 15:45:43 +0000 |
commit | 51203e75652867c9cf998db1c94f83860c076e97 (patch) | |
tree | 11e83b980bd9c052af192f1e6334509c807c3a9c /sc/util | |
parent | 4fc039fe0a8b530fcc82de1b1007d5b47277f9a6 (diff) |
new calc function ROMAN
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/hidother.src | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/util/hidother.src b/sc/util/hidother.src index e3936fbb7fff..87694a0b4a6d 100644 --- a/sc/util/hidother.src +++ b/sc/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:16 $ + * last change: $Author: dr $ $Date: 2001-02-28 16:45:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -388,4 +388,5 @@ hidspecial HID_FUNC_WECHSELN { HelpID = HID_FUNC_WECHSELN; }; hidspecial HID_FUNC_BASIS { HelpID = HID_FUNC_BASIS; }; hidspecial HID_FUNC_DEZIMAL { HelpID = HID_FUNC_DEZIMAL; }; hidspecial HID_FUNC_UMRECHNEN { HelpID = HID_FUNC_UMRECHNEN; }; +hidspecial HID_FUNC_ROEMISCH { HelpID = HID_FUNC_ROEMISCH; }; |