summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuexpand.cxx
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-20 17:34:37 +0000
committerJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-20 17:34:37 +0000
commite5cedfc83a548e5554e79cba141665f07ada96b5 (patch)
treeed67b6dafed54285e39dc91686bfa8e133d775e6 /sd/source/ui/func/fuexpand.cxx
parent07d1d90f7ae732c362c1a59f97a89156ae6ebd70 (diff)
Remove empty comments
Diffstat (limited to 'sd/source/ui/func/fuexpand.cxx')
-rw-r--r--sd/source/ui/func/fuexpand.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx
index f09141ccc989..fe428393be74 100644
--- a/sd/source/ui/func/fuexpand.cxx
+++ b/sd/source/ui/func/fuexpand.cxx
@@ -196,7 +196,6 @@ void FuExpandPage::DoExecute( SfxRequest& )
// Title-Textobjekt erstellen
SdrTextObj* pTextObj = (SdrTextObj*) pPage->GetPresObj(PRESOBJ_TITLE);
-//
OutlinerParaObject* pOutlinerParaObject = pOutl->CreateParaObject( (USHORT) nParaPos, 1);
pOutlinerParaObject->SetOutlinerMode(OUTLINERMODE_TITLEOBJECT);
@@ -231,7 +230,6 @@ void FuExpandPage::DoExecute( SfxRequest& )
OutlinerParaObject* pOPO = pOutl->CreateParaObject( (USHORT) nParaPos, (USHORT) nChildCount);
-// --
SdrOutliner* pTempOutl = SdrMakeOutliner( OUTLINERMODE_OUTLINEOBJECT, mpDoc );
pTempOutl->SetText( *pOPO );
@@ -248,7 +246,6 @@ void FuExpandPage::DoExecute( SfxRequest& )
pOPO = pTempOutl->CreateParaObject();
delete pTempOutl;
-// --
pOutlineObj->SetOutlinerParaObject( pOPO );
pOutlineObj->SetEmptyPresObj(FALSE);