summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/view/outlnvsh.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index 44a8f36b9550..a6d535d09844 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outlnvsh.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: ka $ $Date: 2001-03-16 17:37:34 $
+ * last change: $Author: dl $ $Date: 2001-03-19 10:00:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2196,14 +2196,6 @@ BOOL SdOutlineViewShell::UpdateTitleObject( SdPage* pPage, Paragraph* pPara )
// Nur Objekt painten
pTO->SendRepaintBroadcast();
}
- else if( pTO && !bText )
- {
- pTO->SetOutlinerParaObject( NULL );
- pTO->SetEmptyPresObj( TRUE );
-
- // Nur Objekt painten
- pTO->SendRepaintBroadcast();
- }
return( bNewObject );
}