summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuoltext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/fuoltext.hxx')
-rw-r--r--sd/source/ui/inc/fuoltext.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/inc/fuoltext.hxx b/sd/source/ui/inc/fuoltext.hxx
index 0a97767cedba..2310e97bd322 100644
--- a/sd/source/ui/inc/fuoltext.hxx
+++ b/sd/source/ui/inc/fuoltext.hxx
@@ -1,7 +1,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
@@ -44,7 +44,7 @@ class Window;
|* Textfunktionen im Outlinermodus
|*
\************************************************************************/
-class FuOutlineText
+class FuOutlineText
: public FuOutline
{
public:
@@ -61,8 +61,8 @@ public:
virtual void DoCopy();
virtual void DoPaste();
- virtual void Activate(); // Function aktivieren
- virtual void Deactivate(); // Function deaktivieren
+ virtual void Activate(); // Function aktivieren
+ virtual void Deactivate(); // Function deaktivieren
/** Call this method when the text in the outliner (may) has changed.
It will invalidate some slots of the view frame and update the
@@ -72,10 +72,10 @@ public:
protected:
FuOutlineText (
- ViewShell* pViewShell,
- ::sd::Window* pWin,
+ ViewShell* pViewShell,
+ ::sd::Window* pWin,
::sd::View* pView,
- SdDrawDocument* pDoc,
+ SdDrawDocument* pDoc,
SfxRequest& rReq);
};