summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuoutl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuoutl.cxx')
-rw-r--r--sd/source/ui/func/fuoutl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/func/fuoutl.cxx b/sd/source/ui/func/fuoutl.cxx
index d1d65291c4c6..30ae5344a316 100644
--- a/sd/source/ui/func/fuoutl.cxx
+++ b/sd/source/ui/func/fuoutl.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
@@ -48,10 +48,10 @@ TYPEINIT1( FuOutline, FuPoor );
\************************************************************************/
FuOutline::FuOutline (
- ViewShell* pViewShell,
- ::sd::Window* pWindow,
+ ViewShell* pViewShell,
+ ::sd::Window* pWindow,
::sd::View* pView,
- SdDrawDocument* pDoc,
+ SdDrawDocument* pDoc,
SfxRequest& rReq)
: FuPoor(pViewShell, pWindow, pView, pDoc, rReq),
pOutlineViewShell (static_cast<OutlineViewShell*>(pViewShell)),
@@ -69,13 +69,13 @@ BOOL FuOutline::Command(const CommandEvent& rCEvt)
{
BOOL bResult = FALSE;
- OutlinerView* pOlView =
+ OutlinerView* pOlView =
static_cast<OutlineView*>(mpView)->GetViewByWindow(mpWindow);
DBG_ASSERT (pOlView, "keine OutlinerView gefunden");
if (pOlView)
{
- pOlView->Command(rCEvt); // liefert leider keinen Returnwert
+ pOlView->Command(rCEvt); // liefert leider keinen Returnwert
bResult = TRUE;
}
return bResult;