diff options
author | August Sodora <augsod@gmail.com> | 2012-01-15 23:42:57 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-16 11:37:34 -0500 |
commit | 2a3d61a0be85301c2629cb561730aa73741aa428 (patch) | |
tree | 1ec703c325464d1cf16ee04540a8132f4cb36558 /basic/inc | |
parent | a29901ae3245081a115e3b3d64c14642684cb686 (diff) |
Remove unused enum SbTextType
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/sbdef.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/basic/inc/basic/sbdef.hxx b/basic/inc/basic/sbdef.hxx index 5db849ea1249..82dfd6511581 100644 --- a/basic/inc/basic/sbdef.hxx +++ b/basic/inc/basic/sbdef.hxx @@ -34,18 +34,6 @@ #include <rtl/ustring.hxx> #include "basicdllapi.h" -// Type of a text token (syntax highlighting) -enum SbTextType -{ - SB_KEYWORD = 1, // Keywords - SB_SYMBOL, // Symbols - SB_STRING, // Strings - SB_NUMBER, // Numbers - SB_PUNCTUATION, // Brackets, points, etc. - SB_COMMENT, // Comments - SB_DUMMY = 255 // workaround for #i31479 -}; - // Active language enum SbLanguageMode { |