summaryrefslogtreecommitdiff
path: root/include/svx/sdshitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdshitm.hxx')
-rw-r--r--include/svx/sdshitm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/sdshitm.hxx b/include/svx/sdshitm.hxx
index ab8a2b868a4d..7dcbecc30ea0 100644
--- a/include/svx/sdshitm.hxx
+++ b/include/svx/sdshitm.hxx
@@ -22,7 +22,8 @@
#include <svx/sdooitm.hxx>
#include <svx/svddef.hxx>
-inline SdrOnOffItem makeSdrShadowItem(bool bShadow) {
+inline SdrOnOffItem makeSdrShadowItem(bool bShadow)
+{
return SdrOnOffItem(SDRATTR_SHADOW, bShadow);
}