diff options
Diffstat (limited to 'sd/source/ui/view/drviewse.cxx')
-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 ) |