diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-07 18:18:27 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-07 18:18:51 +0200 |
commit | bc388d8eba24d77c44266efc740a9a0d3ab7f9f2 (patch) | |
tree | 022e98e5f8c984e1c5a95f6d7f1934582190f718 /sw | |
parent | 17ddea4e7d8cfbfe700722cfa6c598cee46dc15d (diff) |
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/docvw/srcedtw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/srcedtw.cxx b/sw/source/ui/docvw/srcedtw.cxx index d1e097d2d63c..9b414a528464 100644 --- a/sw/source/ui/docvw/srcedtw.cxx +++ b/sw/source/ui/docvw/srcedtw.cxx @@ -763,7 +763,7 @@ void SwSrcEditWindow::ImpDoHighlight( const String& rSource, USHORT nLineOff ) // optimiert das die TextEngine. USHORT nLastEnd = 0; -#if OSL_DEBUG_LEVEL > 1 +#ifdef DBG_UTIL USHORT nLine = aPortionList[0].nLine; #endif for ( USHORT i = 0; i < nCount; i++ ) |