Kaydet (Commit) 690c6787 authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann Kaydeden (comit) Caolán McNamara

Resolves: #i125024# remove code regarding table selection...

as it is not used any more.

(cherry picked from commit 65f39887)

Conflicts:
	sw/source/core/crsr/viscrs.cxx
	sw/source/core/inc/rootfrm.hxx
	sw/source/core/layout/trvlfrm.cxx

Change-Id: Ia37e73a515a8f5d0218e4e4144e75f18449599c9
üst 90f0af7a
...@@ -533,7 +533,7 @@ void SwShellCrsr::FillRects() ...@@ -533,7 +533,7 @@ void SwShellCrsr::FillRects()
(GetMark()->nNode == GetPoint()->nNode || (GetMark()->nNode == GetPoint()->nNode ||
(GetMark()->nNode.GetNode().IsCntntNode() && (GetMark()->nNode.GetNode().IsCntntNode() &&
GetMark()->nNode.GetNode().GetCntntNode()->getLayoutFrm( GetShell()->GetLayout() ) ) )) GetMark()->nNode.GetNode().GetCntntNode()->getLayoutFrm( GetShell()->GetLayout() ) ) ))
GetShell()->GetLayout()->CalcFrmRects( *this, GetShell()->IsTableMode() ); GetShell()->GetLayout()->CalcFrmRects( *this );
} }
void SwShellCrsr::Show() void SwShellCrsr::Show()
......
...@@ -275,9 +275,7 @@ public: ...@@ -275,9 +275,7 @@ public:
// next page border // next page border
const SwPageFrm* GetPageAtPos( const Point& rPt, const Size* pSize = 0, bool bExtend = false ) const; const SwPageFrm* GetPageAtPos( const Point& rPt, const Size* pSize = 0, bool bExtend = false ) const;
void CalcFrmRects( void CalcFrmRects( SwShellCrsr& );
SwShellCrsr&,
const bool bIsTblSel );
// Calculates the cells included from the current selection // Calculates the cells included from the current selection
// false: There was no result because of an invalid layout // false: There was no result because of an invalid layout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment