summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/edtwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/edtwin.hxx')
-rw-r--r--sw/source/ui/inc/edtwin.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/inc/edtwin.hxx b/sw/source/ui/inc/edtwin.hxx
index 3d16206d9112..7b6c807a6223 100644
--- a/sw/source/ui/inc/edtwin.hxx
+++ b/sw/source/ui/inc/edtwin.hxx
@@ -28,7 +28,6 @@
#include <svtools/transfer.hxx>
#include <swevent.hxx>
-
class SwWrtShell;
class SwView;
class SwRect;
@@ -125,8 +124,8 @@ friend void PageNumNotify( SwViewShell* pVwSh,
m_bIsInDrag : 1, // don't execute StartExecuteDrag twice
m_bOldIdle : 1, // to stop to idle
m_bOldIdleSet : 1, // during QeueryDrop
- m_bTblInsDelMode : 1, //
- m_bTblIsInsMode : 1, //
+ m_bTblInsDelMode : 1,
+ m_bTblIsInsMode : 1,
m_bChainMode : 1, // connect frames
m_bWasShdwCrsr : 1, // ShadowCrsr was on in MouseButtonDown
m_bLockInput : 1, // lock while calc panel is active
@@ -194,7 +193,6 @@ protected:
virtual void GetFocus();
virtual void LoseFocus();
-
virtual void MouseMove(const MouseEvent& rMEvt);
virtual void MouseButtonDown(const MouseEvent& rMEvt);
virtual void MouseButtonUp(const MouseEvent& rMEvt);
@@ -240,7 +238,6 @@ public:
void StopInsFrm();
sal_uInt16 GetFrmColCount() const {return m_nInsFrmColCount;} // column number for interactive frame
-
void SetChainMode( sal_Bool bOn );
sal_Bool IsChainMode() const { return m_bChainMode; }