summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-27 11:02:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-27 11:02:13 +0000
commita10006052998874a88685d43a1a4c04956bfafb4 (patch)
treedfd0f3d92d945425138be88bdc3d6ba627a2c322 /basctl
parent1dd2653ae7f828ef51754473f000252613289814 (diff)
#i10000# Revert last change in favour of changing RemoveAttribs in svtools/texteng.hxx (OS).
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 1db4b493b3fc..eaba9f9178f5 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2b.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: rt $ $Date: 2004-09-24 13:17:41 $
+ * last change: $Author: rt $ $Date: 2004-09-27 12:02:13 $
*
* 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, (BOOL)TRUE );
+ pEditEngine->RemoveAttribs( nLine, TRUE );
HighlightPortions aPortions;
aHighlighter.getHighlightPortions( nLine, aLine, aPortions );
USHORT nCount = aPortions.Count();