summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/drawbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/drawbase.hxx')
-rw-r--r--sw/source/ui/inc/drawbase.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/ui/inc/drawbase.hxx b/sw/source/ui/inc/drawbase.hxx
index fa306a080db1..14df0b150e29 100644
--- a/sw/source/ui/inc/drawbase.hxx
+++ b/sw/source/ui/inc/drawbase.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
@@ -36,7 +36,7 @@ class SwEditWin;
class KeyEvent;
class MouseEvent;
-#define MIN_FREEHAND_DISTANCE 10
+#define MIN_FREEHAND_DISTANCE 10
/*************************************************************************
|*
@@ -61,8 +61,8 @@ public:
SwDrawBase(SwWrtShell *pSh, SwEditWin* pWin, SwView* pView);
virtual ~SwDrawBase();
- void SetDrawPointer();
- void EnterSelectMode(const MouseEvent& rMEvt);
+ void SetDrawPointer();
+ void EnterSelectMode(const MouseEvent& rMEvt);
inline BOOL IsInsertForm() const { return m_bInsForm; }
inline BOOL IsCreateObj() const { return m_bCreateObj; }
@@ -72,12 +72,12 @@ public:
virtual BOOL MouseButtonUp(const MouseEvent& rMEvt);
virtual BOOL MouseButtonDown(const MouseEvent& rMEvt);
- void BreakCreate();
+ void BreakCreate();
void SetSlotId(USHORT nSlot) {m_nSlotId = nSlot;}
USHORT GetSlotId() { return m_nSlotId;}
- virtual void Activate(const USHORT nSlotId); // Function aktivieren
- virtual void Deactivate(); // Function deaktivieren
+ virtual void Activate(const USHORT nSlotId); // Function aktivieren
+ virtual void Deactivate(); // Function deaktivieren
virtual void CreateDefaultObject();
@@ -87,6 +87,6 @@ public:
-#endif // _SW_DRAWBASE_HXX
+#endif // _SW_DRAWBASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */