diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-11-03 16:11:04 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-11-03 16:11:04 +0100 |
commit | 1997e52744a405eb43b23acf794e6b11afbc261b (patch) | |
tree | e02ec3851278368cc52716f756f76d0704095d39 /idl/source/prj | |
parent | 01b3628d420ed30b5c61376f4f5fcb491a5aa0a1 (diff) |
removetooltypes01: #i112600# fix typos
Diffstat (limited to 'idl/source/prj')
-rw-r--r-- | idl/source/prj/command.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 3c3629d313bf..8dc2bc3993b6 100644 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -46,7 +46,7 @@ char const * SyntaxStrings[] = { "basic-type:", "\tvoid| char| int| float| double|", -"\tUINT16| INT16| UINT32| INT32| BOOL|" +"\tUINT16| INT16| UINT32| INT32| BOOL|", "\tBYTE| String| SbxObject", "", "{ import \"filename\" }\n", |