summaryrefslogtreecommitdiffstats
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/anchoreddrawobject.hxx')
-rw-r--r--sw/inc/anchoreddrawobject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx
index 38561d79e8a8..8c0c36e46c2f 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -128,7 +128,7 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
// declaration of pure virtual methods of base class <SwAnchoredObject>
virtual void MakeObjPos() override;
virtual void InvalidateObjPos() override;
- inline bool IsValidPos() const
+ bool IsValidPos() const
{
return mbValidPos;
}
@@ -172,7 +172,7 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
const SwRect& _rRect,
PrepareHint _eHint ) override;
- inline bool NotYetPositioned() const
+ bool NotYetPositioned() const
{
return mbNotYetPositioned;
}