summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fews.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/frmedt/fews.cxx')
-rw-r--r--sw/source/core/frmedt/fews.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/core/frmedt/fews.cxx b/sw/source/core/frmedt/fews.cxx
index 58e7ee4fab4a..01cc00cd2be5 100644
--- a/sw/source/core/frmedt/fews.cxx
+++ b/sw/source/core/frmedt/fews.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <svx/svdobj.hxx>
#include <init.hxx>
#include <fesh.hxx>
@@ -50,10 +49,8 @@
#include <dflyobj.hxx>
#include <dcontact.hxx>
-
using namespace com::sun::star;
-
TYPEINIT1(SwFEShell,SwEditShell)
/***********************************************************************
@@ -75,7 +72,6 @@ void SwFEShell::EndAllActionAndCall()
} while( this != ( pTmp = (SwViewShell*)pTmp->GetNext() ));
}
-
/***********************************************************************
#* Class : SwFEShell
#* Method : GetCntntPos
@@ -88,7 +84,6 @@ Point SwFEShell::GetCntntPos( const Point& rPoint, sal_Bool bNext ) const
return GetLayout()->GetNextPrevCntntPos( rPoint, bNext );
}
-
const SwRect& SwFEShell::GetAnyCurRect( CurRectType eType, const Point* pPt,
const uno::Reference < embed::XEmbeddedObject >& xObj ) const
{
@@ -171,7 +166,6 @@ const SwRect& SwFEShell::GetAnyCurRect( CurRectType eType, const Point* pPt,
return bFrm ? pFrm->Frm() : pFrm->Prt();
}
-
sal_uInt16 SwFEShell::GetPageNumber( const Point &rPoint ) const
{
const SwFrm *pPage = GetLayout()->Lower();
@@ -183,7 +177,6 @@ sal_uInt16 SwFEShell::GetPageNumber( const Point &rPoint ) const
return 0;
}
-
sal_Bool SwFEShell::GetPageNumber( long nYPos, sal_Bool bAtCrsrPos, sal_uInt16& rPhyNum, sal_uInt16& rVirtNum, OUString &rDisplay) const
{
const SwFrm *pPage;
@@ -531,7 +524,6 @@ void SwFEShell::InsertLabel( const SwLabelType eType, const OUString &rTxt, cons
}
}
-
/***********************************************************************
#* Class : SwFEShell
#* Method : Sort