summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtcol.hxx')
-rw-r--r--sw/inc/fmtcol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index 1f707cdcbf70..951084b2dc61 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -105,7 +105,7 @@ public:
// to which the Paragraph Style is assigned.
int GetAssignedOutlineStyleLevel() const;
- inline bool IsAssignedToListLevelOfOutlineStyle() const
+ bool IsAssignedToListLevelOfOutlineStyle() const
{
return mbAssignedToOutlineStyle;
}
@@ -124,7 +124,7 @@ public:
/// Override <ResetAllFormatAttr()> to stay assigned to list level of outline style.
virtual sal_uInt16 ResetAllFormatAttr() override;
- inline bool StayAssignedToListLevelOfOutlineStyle() const
+ bool StayAssignedToListLevelOfOutlineStyle() const
{
return mbStayAssignedToListLevelOfOutlineStyle;
}