summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
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 );