summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/flyfrms.hxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-06-02 19:45:46 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-03 00:59:00 -0500
commitebdb9e5294a7b15e6371fcaef153872743a65fd7 (patch)
treec4c7e711ac9dffec5b3da954981b310ba5ee7f78 /sw/source/core/inc/flyfrms.hxx
parent510f70015aba59d5bb4cc2ab9667c08676c37a78 (diff)
make coding style of files (e-h) in sw/source/core/inc consistent
Diffstat (limited to 'sw/source/core/inc/flyfrms.hxx')
-rw-r--r--sw/source/core/inc/flyfrms.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/flyfrms.hxx b/sw/source/core/inc/flyfrms.hxx
index 0f2cfbed86ea..13b3c05a2a40 100644
--- a/sw/source/core/inc/flyfrms.hxx
+++ b/sw/source/core/inc/flyfrms.hxx
@@ -27,7 +27,9 @@
************************************************************************/
#ifndef _FLYFRMS_HXX
#define _FLYFRMS_HXX
+
#include "flyfrm.hxx"
+
// #i28701#
class SwFlyAtCntFrm;
@@ -55,8 +57,6 @@ class SwFlyFreeFrm : public SwFlyFrm
return <true>, if such a frame is found and it has 'auto' size.
otherwise <false> is returned.
- @author OD
-
@return boolean indicating, that direct environment has 'auto' size
*/
bool HasEnvironmentAutoSize() const;
@@ -67,7 +67,6 @@ protected:
friend class SwFlyNotify;
virtual void NotifyBackground( SwPageFrm *pPage,
const SwRect& rRect, PrepareHint eHint);
-
SwFlyFreeFrm( SwFlyFrmFmt*, SwFrm*, SwFrm *pAnchor );
public:
@@ -233,6 +232,7 @@ inline void SwFlyInCntFrm::InvalidateCntnt() const
{
((SwFlyInCntFrm*)this)->bInvalidCntnt = sal_True;
}
+
inline void SwFlyInCntFrm::ValidateLayout() const
{
((SwFlyInCntFrm*)this)->bInvalidLayout = sal_False;