diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-24 12:17:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-24 12:17:41 +0000 |
commit | 1dd2653ae7f828ef51754473f000252613289814 (patch) | |
tree | 6aa7c43c30527e5dd8db464655057dff79a256b5 /basctl | |
parent | f5504e09b2c96e4b09ef132eaa4e7069d98eb728 (diff) |
#i10000# Patch by Ken Foskey to solve overloading ambiguity
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index ac93fcac1edb..1db4b493b3fc 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -2,9 +2,9 @@ * * $RCSfile: baside2b.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: rt $ $Date: 2004-07-23 10:11:25 $ + * last change: $Author: rt $ $Date: 2004-09-24 13:17:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -839,7 +839,7 @@ void EditorWindow::ImpDoHighlight( ULONG nLine ) } BOOL bWasModified = pEditEngine->IsModified(); - pEditEngine->RemoveAttribs( nLine, TRUE ); + pEditEngine->RemoveAttribs( nLine, (BOOL)TRUE ); HighlightPortions aPortions; aHighlighter.getHighlightPortions( nLine, aLine, aPortions ); USHORT nCount = aPortions.Count(); |