summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/inc/basic/sbdef.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/basic/inc/basic/sbdef.hxx b/basic/inc/basic/sbdef.hxx
index c3503da0f132..5db849ea1249 100644
--- a/basic/inc/basic/sbdef.hxx
+++ b/basic/inc/basic/sbdef.hxx
@@ -55,13 +55,6 @@ enum SbLanguageMode
SB_LANG_JAVASCRIPT // JavaScript
};
-struct SbTextPortion
-{ // Syntax Highlighting: a text portion
- xub_StrLen nLine; // Line number
- xub_StrLen nStart, nEnd; // 1st and last column
- SbTextType eType; // Type of the portion
-};
-
// Returns type name for Basic type, array flag is ignored
// implementation: basic/source/runtime/methods.cxx
BASIC_DLLPUBLIC String getBasicTypeName( SbxDataType eType );