From a6af1b545a6435ec3fdbc88e39bf765839f8614b Mon Sep 17 00:00:00 2001 From: Ryan McCoskrie Date: Sun, 17 Apr 2016 22:01:30 +1200 Subject: Remove the hardly used SyntaxLineSet typedef Change-Id: Ib38bbbdcc65620329d1471d0d61ede65c4f834e6 Reviewed-on: https://gerrit.libreoffice.org/24176 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/source/uibase/inc/srcedtw.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sw/source') diff --git a/sw/source/uibase/inc/srcedtw.hxx b/sw/source/uibase/inc/srcedtw.hxx index 09a436689275..d7b57db57cf1 100644 --- a/sw/source/uibase/inc/srcedtw.hxx +++ b/sw/source/uibase/inc/srcedtw.hxx @@ -59,8 +59,6 @@ public: }; -typedef std::set SyntaxLineSet; - class SwSrcEditWindow : public vcl::Window, public SfxListener { private: @@ -88,7 +86,7 @@ private: bool bHighlighting; Idle aSyntaxIdle; - SyntaxLineSet aSyntaxLineTable; + std::set aSyntaxLineTable; void ImpDoHighlight( const OUString& rSource, sal_uInt16 nLineOff ); -- cgit