summaryrefslogtreecommitdiff
path: root/include/svx/sdgluitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-20 15:04:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-21 07:20:49 +0100
commit1bbd5a1f907f6ee86f060c3c4bcd0a4ab25e5aa0 (patch)
treeeecc2717964d1b8604898228ca09bb11ac70f4ef /include/svx/sdgluitm.hxx
parent0220520609b7e67fdbe22e641d9dd5c027ee3d75 (diff)
TypedWhichId for SDRATTR* constants (2)
Change-Id: I9926d55568f8b5bbc67f448bbf7fb660e74505fd Reviewed-on: https://gerrit.libreoffice.org/44964 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdgluitm.hxx')
-rw-r--r--include/svx/sdgluitm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/sdgluitm.hxx b/include/svx/sdgluitm.hxx
index da937f786e86..5fab3bdb0c44 100644
--- a/include/svx/sdgluitm.hxx
+++ b/include/svx/sdgluitm.hxx
@@ -33,7 +33,8 @@ class SVX_DLLPUBLIC SdrGrafLuminanceItem : public SdrSignedPercentItem
public:
- SdrGrafLuminanceItem( short nLuminancePercent = 0 ) : SdrSignedPercentItem( SDRATTR_GRAFLUMINANCE, nLuminancePercent ) {}
+ SdrGrafLuminanceItem( short nLuminancePercent = 0 ) : SdrSignedPercentItem(
+ SDRATTR_GRAFLUMINANCE, nLuminancePercent ) {}
virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
};