Remove unused struct SbTextPortion
This commit is contained in:
parent
64c8a11cc5
commit
a29901ae32
1 changed files with 0 additions and 7 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue