summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuconstr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/fuconstr.hxx')
-rw-r--r--sd/source/ui/inc/fuconstr.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/ui/inc/fuconstr.hxx b/sd/source/ui/inc/fuconstr.hxx
index 62b57f733a34..fe04226e6e64 100644
--- a/sd/source/ui/inc/fuconstr.hxx
+++ b/sd/source/ui/inc/fuconstr.hxx
@@ -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
@@ -43,7 +43,7 @@ namespace sd {
|*
\************************************************************************/
-class FuConstruct
+class FuConstruct
: public FuDraw
{
public:
@@ -52,15 +52,15 @@ public:
TYPEINFO();
virtual void DoExecute( SfxRequest& rReq );
-
+
// Mouse- & Key-Events
virtual BOOL KeyInput(const KeyEvent& rKEvt);
virtual BOOL MouseMove(const MouseEvent& rMEvt);
virtual BOOL MouseButtonUp(const MouseEvent& rMEvt);
virtual BOOL MouseButtonDown(const MouseEvent& rMEvt);
- virtual void Activate(); // Function aktivieren
- virtual void Deactivate(); // Function deaktivieren
+ virtual void Activate(); // Function aktivieren
+ virtual void Deactivate(); // Function deaktivieren
virtual void SelectionHasChanged() { bSelectionChanged = TRUE; }
@@ -74,10 +74,10 @@ public:
const sal_Bool bUseFillStyle, const sal_Bool bUseNoFillStyle );
protected:
- FuConstruct (ViewShell* pViewSh,
- ::sd::Window* pWin,
+ FuConstruct (ViewShell* pViewSh,
+ ::sd::Window* pWin,
::sd::View* pView,
- SdDrawDocument* pDoc,
+ SdDrawDocument* pDoc,
SfxRequest& rReq);
bool bSelectionChanged;
@@ -85,6 +85,6 @@ protected:
} // end of namespace sd
-#endif // _SD_FUCONSTR_HXX
+#endif // _SD_FUCONSTR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */