summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/inc/basic/sbdef.hxx12
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
{