summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/autoformatpreview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/autoformatpreview.cxx')
-rw-r--r--sw/source/ui/table/autoformatpreview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/table/autoformatpreview.cxx b/sw/source/ui/table/autoformatpreview.cxx
index f89f33b3396b..d5e13e58b99f 100644
--- a/sw/source/ui/table/autoformatpreview.cxx
+++ b/sw/source/ui/table/autoformatpreview.cxx
@@ -370,8 +370,8 @@ void AutoFormatPreview::CalcCellArray(bool _bFitWidth)
maPreviousSize.setHeight(maArray.GetHeight() + 4);
}
-static inline void lclSetStyleFromBorder(svx::frame::Style& rStyle,
- const ::editeng::SvxBorderLine* pBorder)
+static void lclSetStyleFromBorder(svx::frame::Style& rStyle,
+ const ::editeng::SvxBorderLine* pBorder)
{
rStyle.Set(pBorder, 0.05, 5);
}