summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/fusel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/fusel.hxx')
-rw-r--r--sc/source/ui/inc/fusel.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/inc/fusel.hxx b/sc/source/ui/inc/fusel.hxx
index 20887a6d151a..993275a39207 100644
--- a/sc/source/ui/inc/fusel.hxx
+++ b/sc/source/ui/inc/fusel.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
@@ -59,18 +59,18 @@ public:
virtual BOOL MouseButtonDown(const MouseEvent& rMEvt);
virtual BYTE Command(const CommandEvent& rCEvt);
- virtual void Activate(); // Function aktivieren
- virtual void Deactivate(); // Function deaktivieren
+ virtual void Activate(); // Function aktivieren
+ virtual void Deactivate(); // Function deaktivieren
void ActivateNoteHandles(SdrObject* pObj);
protected:
-// Outliner* pOutliner;
-// OutlinerView* pOutlinerView;
- BOOL bVCAction;
+// Outliner* pOutliner;
+// OutlinerView* pOutlinerView;
+ BOOL bVCAction;
private:
- BOOL TestDetective( SdrPageView* pPV, const Point& rPos ); // -> fusel2
+ BOOL TestDetective( SdrPageView* pPV, const Point& rPos ); // -> fusel2
bool IsNoteCaptionMarked() const;
bool IsNoteCaptionClicked( const Point& rPos ) const;
@@ -78,6 +78,6 @@ private:
-#endif // _SD_FUSEL_HXX
+#endif // _SD_FUSEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */