summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorRyan McCoskrie <ryan.mccoskrie@gmail.com>2016-04-17 22:01:30 +1200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-18 07:17:02 +0000
commita6af1b545a6435ec3fdbc88e39bf765839f8614b (patch)
treea4e6df98a07a8419fca0ee48446c97423ba571ce /sw/source
parent666dc67eaff92d019ea57a571f0156533f4507f8 (diff)
Remove the hardly used SyntaxLineSet typedef
Change-Id: Ib38bbbdcc65620329d1471d0d61ede65c4f834e6 Reviewed-on: https://gerrit.libreoffice.org/24176 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/uibase/inc/srcedtw.hxx4
1 files changed, 1 insertions, 3 deletions
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<sal_uInt16> SyntaxLineSet;
-
class SwSrcEditWindow : public vcl::Window, public SfxListener
{
private:
@@ -88,7 +86,7 @@ private:
bool bHighlighting;
Idle aSyntaxIdle;
- SyntaxLineSet aSyntaxLineTable;
+ std::set<sal_uInt16> aSyntaxLineTable;
void ImpDoHighlight( const OUString& rSource, sal_uInt16 nLineOff );