summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/outlnvs2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/outlnvs2.cxx')
-rw-r--r--sd/source/ui/view/outlnvs2.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx
index 30d48aeb594f..730a7e2871e7 100644
--- a/sd/source/ui/view/outlnvs2.cxx
+++ b/sd/source/ui/view/outlnvs2.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -420,12 +420,12 @@ void OutlineViewShell::FuTemporaryModify(SfxRequest &rReq)
case SID_SET_DEFAULT:
{
// 1. Selektion merken (kriegt die eselige EditEngine nicht selbst
- // auf die Reihe!)
+ // auf die Reihe!)
// 2. Update auf False (sonst flackert's noch staerker
// an allen selektierten Absaetzen:
- // a. deren Vorlage nochmal setzen, um absatzweite harte Attribute
- // zu entfernen
- // b. harte Zeichenattribute loeschen
+ // a. deren Vorlage nochmal setzen, um absatzweite harte Attribute
+ // zu entfernen
+ // b. harte Zeichenattribute loeschen
// 3. Update auf True und Selektion wieder setzen
/*
ESelection aEsel= pOutlinerView->GetSelection();
@@ -530,7 +530,7 @@ void OutlineViewShell::FuTemporaryModify(SfxRequest &rReq)
if( GetDocSh()->HasName() )
aName = GetDocSh()->GetMedium()->GetName();
//else
- // aName = GetDocSh()->GetName();
+ // aName = GetDocSh()->GetName();
pFieldItem = new SvxFieldItem( SvxExtFileField( aName ), EE_FEATURE_FIELD );
}
break;