diff options
Diffstat (limited to 'basctl/source/basicide/baside2.hxx')
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index a49df3cbee1c..b35af388a7dc 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -87,8 +87,7 @@ private: SyntaxHighlighter aHighlighter; Idle aSyntaxIdle; - typedef std::set<sal_uInt16> SyntaxLineSet; - SyntaxLineSet aSyntaxLineTable; + std::set<sal_uInt16> aSyntaxLineTable; DECL_LINK_TYPED(SyntaxTimerHdl, Idle *, void); // progress bar |