summaryrefslogtreecommitdiff
path: root/svx/source/outliner/outleeng.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2002-01-29 07:51:36 +0000
committerMalte Timmermann <mt@openoffice.org>2002-01-29 07:51:36 +0000
commit0ac3413836e4d41850c32efebbbe30461e014287 (patch)
tree4e25a7c9d27ef54d031906b5317d2b5155942744 /svx/source/outliner/outleeng.cxx
parent6f721a75474009a10bb10b14af2bc8919ce5959f (diff)
## NotifyHdl
Diffstat (limited to 'svx/source/outliner/outleeng.cxx')
-rw-r--r--svx/source/outliner/outleeng.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/outliner/outleeng.cxx b/svx/source/outliner/outleeng.cxx
index 85a35e5dc6..772676d4d0 100644
--- a/svx/source/outliner/outleeng.cxx
+++ b/svx/source/outliner/outleeng.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outleeng.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mt $ $Date: 2001-08-17 11:31:28 $
+ * last change: $Author: mt $ $Date: 2002-01-29 08:51:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,11 +106,15 @@ Rectangle OutlinerEditEng::GetBulletArea( USHORT nPara )
void OutlinerEditEng::ParagraphInserted( USHORT nNewParagraph )
{
pOwner->ParagraphInserted( nNewParagraph );
+
+ EditEngine::ParagraphInserted( nNewParagraph );
}
void OutlinerEditEng::ParagraphDeleted( USHORT nDeletedParagraph )
{
pOwner->ParagraphDeleted( nDeletedParagraph );
+
+ EditEngine::ParagraphDeleted( nDeletedParagraph );
}
void OutlinerEditEng::StyleSheetChanged( SfxStyleSheet* pStyle )
@@ -126,6 +130,8 @@ void OutlinerEditEng::ParaAttribsChanged( USHORT nPara )
void OutlinerEditEng::ParagraphHeightChanged( USHORT nPara )
{
pOwner->ParagraphHeightChanged( nPara );
+
+ EditEngine::ParagraphHeightChanged( USHORT nPara );
}
BOOL OutlinerEditEng::SpellNextDocument()