diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-20 15:53:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-21 11:40:19 +0100 |
commit | 956dd4a202a0897b7ca1f8abd285af2cad47abb2 (patch) | |
tree | e691b573d43273755294df78c624e5a380c35a62 /sd/source | |
parent | 648c8001783603d708af9e9552a51d2334fc6c2e (diff) |
TypedWhichId in svx part 2
Change-Id: Id927679c9f07f1dd820f4fdca9a45eb7aede037c
Reviewed-on: https://gerrit.libreoffice.org/46850
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/view/drviewse.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index 99a1c34343f5..517417adda4c 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -308,7 +308,7 @@ void DrawViewShell::FuPermanent(SfxRequest& rReq) { short nSlotId = rReq.GetSlot(); - if( nSlotId == SID_OBJECT_ROTATE ) + if( nSlotId == sal_uInt16(SID_OBJECT_ROTATE) ) { // toggle rotation if( nOldSId == nSlotId ) |