From d46d946139c30ce29b8eaee4fa735236e2a95a4c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 19 May 2009 16:16:33 +0000 Subject: #i10000#: fix CRLF. Sigh --- svtools/source/edit/editsyntaxhighlighter.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'svtools/source/edit') diff --git a/svtools/source/edit/editsyntaxhighlighter.cxx b/svtools/source/edit/editsyntaxhighlighter.cxx index 74d72e32155c..990e3041d903 100644 --- a/svtools/source/edit/editsyntaxhighlighter.cxx +++ b/svtools/source/edit/editsyntaxhighlighter.cxx @@ -29,14 +29,14 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svtools.hxx" - +#include "precompiled_svtools.hxx" + #include -#include -#include -#include "../../inc/txtattr.hxx" - - +#include +#include +#include "../../inc/txtattr.hxx" + + MultiLineEditSyntaxHighlight::MultiLineEditSyntaxHighlight( Window* pParent, WinBits nWinStyle, HighlighterLanguage aLanguage): MultiLineEdit(pParent,nWinStyle), mbDoBracketHilight(true) { -- cgit