summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtfly.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtfly.cxx')
-rw-r--r--sw/source/core/text/txtfly.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/core/text/txtfly.cxx b/sw/source/core/text/txtfly.cxx
index d8aa4193e8bb..16f0d3d03c7e 100644
--- a/sw/source/core/text/txtfly.cxx
+++ b/sw/source/core/text/txtfly.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
@@ -61,7 +60,6 @@
#include "doc.hxx"
#endif
-
using namespace ::com::sun::star;
namespace
@@ -312,7 +310,6 @@ const SwRect SwContourCache::ContourRect( const SwFmt* pFmt,
return aRet;
}
-
SwTxtFly::SwTxtFly() :
pPage(0),
mpCurrAnchoredObj(0),
@@ -385,7 +382,6 @@ void SwTxtFly::CtorInitTxtFly( const SwTxtFrm *pFrm )
nIndex = ULONG_MAX;
}
-
SwRect SwTxtFly::_GetFrm( const SwRect &rRect, bool bTop ) const
{
SwRect aRet;
@@ -405,7 +401,6 @@ SwRect SwTxtFly::_GetFrm( const SwRect &rRect, bool bTop ) const
return aRet;
}
-
bool SwTxtFly::IsAnyFrm() const
{
SWAP_IF_SWAPPED( pCurrFrm )
@@ -458,7 +453,6 @@ const SwCntntFrm* SwTxtFly::_GetMaster()
return pMaster;
}
-
bool SwTxtFly::DrawTextOpaque( SwDrawTextInfo &rInf )
{
SwSaveClip aClipSave( rInf.GetpOut() );
@@ -582,7 +576,6 @@ bool SwTxtFly::DrawTextOpaque( SwDrawTextInfo &rInf )
return true;
}
-
void SwTxtFly::DrawFlyRect( OutputDevice* pOut, const SwRect &rRect,
const SwTxtPaintInfo &rInf, bool bNoGraphic )
{
@@ -1019,7 +1012,6 @@ SwTwips SwTxtFly::CalcMinBottom() const
return nRet;
}
-
bool SwTxtFly::ForEach( const SwRect &rRect, SwRect* pRect, bool bAvoid ) const
{
SWAP_IF_SWAPPED( pCurrFrm )
@@ -1105,7 +1097,6 @@ bool SwTxtFly::ForEach( const SwRect &rRect, SwRect* pRect, bool bAvoid ) const
return bRet;
}
-
// #i68520#
SwAnchoredObjList::size_type SwTxtFly::GetPos( const SwAnchoredObject* pAnchoredObj ) const
{