summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit5.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-11-14 10:13:38 +0000
committerMalte Timmermann <mt@openoffice.org>2001-11-14 10:13:38 +0000
commitec81cfd609f2ed5ebbe3d64fcb1af1180719ed8c (patch)
treef1f0d2c017da5feca8b7d74ef786d9c3cc626bc2 /svx/source/editeng/impedit5.cxx
parent#92172# Fixed StoreBinaryData() (diff)
downloadcore-ec81cfd609f2ed5ebbe3d64fcb1af1180719ed8c.tar.gz
core-ec81cfd609f2ed5ebbe3d64fcb1af1180719ed8c.zip
#94002# Fixed a bug in GetAttribs()
Diffstat (limited to 'svx/source/editeng/impedit5.cxx')
-rw-r--r--svx/source/editeng/impedit5.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit5.cxx b/svx/source/editeng/impedit5.cxx
index 7de704d93805..7cebed35e654 100644
--- a/svx/source/editeng/impedit5.cxx
+++ b/svx/source/editeng/impedit5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impedit5.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: mt $ $Date: 2001-11-12 13:06:40 $
+ * last change: $Author: mt $ $Date: 2001-11-14 11:13:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -546,7 +546,7 @@ SfxItemSet ImpEditEngine::GetAttribs( USHORT nPara, USHORT nStart, USHORT nEnd,
// CharAttribs...
- if ( nFlags & GETATTRIBS_PARAATTRIBS )
+ if ( nFlags & GETATTRIBS_CHARATTRIBS )
{
// Make testing easier...
pNode->GetCharAttribs().OptimizeRanges( ((ImpEditEngine*)this)->GetEditDoc().GetItemPool() );