summaryrefslogtreecommitdiff
path: root/include/svx/sdshtitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdshtitm.hxx')
-rw-r--r--include/svx/sdshtitm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/sdshtitm.hxx b/include/svx/sdshtitm.hxx
index e1035077be43..2287e9703b80 100644
--- a/include/svx/sdshtitm.hxx
+++ b/include/svx/sdshtitm.hxx
@@ -22,7 +22,8 @@
#include <svx/sdprcitm.hxx>
#include <svx/svddef.hxx>
-inline SdrPercentItem makeSdrShadowTransparenceItem(sal_uInt16 nTransp) {
+inline SdrPercentItem makeSdrShadowTransparenceItem(sal_uInt16 nTransp)
+{
return SdrPercentItem(SDRATTR_SHADOWTRANSPARENCE, nTransp);
}