From a29901ae3245081a115e3b3d64c14642684cb686 Mon Sep 17 00:00:00 2001 From: August Sodora Date: Sun, 15 Jan 2012 23:41:12 -0500 Subject: Remove unused struct SbTextPortion --- basic/inc/basic/sbdef.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'basic') 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 ); -- cgit