diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-09 11:45:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-09 13:57:16 +0000 |
commit | 87ec1f8857e77c0b8d559fa92416f44b68dd1e63 (patch) | |
tree | c6aca1bbfe5bbf8749a870c1a1cbc05399aa4a2e /basic/source/comp/sbcomp.cxx | |
parent | 17d5cdfff9a2f8a311428b981a3998b8e33b4d82 (diff) |
callcatcher: remove unused code post automation removal
Diffstat (limited to 'basic/source/comp/sbcomp.cxx')
-rw-r--r-- | basic/source/comp/sbcomp.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx index 1b4122ea7d1e..19d6484f7be6 100644 --- a/basic/source/comp/sbcomp.cxx +++ b/basic/source/comp/sbcomp.cxx @@ -957,16 +957,4 @@ sal_Bool SbModule::Compile() return bRet; } -/************************************************************************** -* -* Syntax-Highlighting -* -**************************************************************************/ - -void StarBASIC::Highlight( const String& rSrc, SbTextPortions& rList ) -{ - SbiTokenizer aTok( rSrc ); - aTok.Hilite( rList ); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |