diff options
Diffstat (limited to 'sc/source/ui/drawfunc/drawsh2.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/drawsh2.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/drawfunc/drawsh2.cxx b/sc/source/ui/drawfunc/drawsh2.cxx index 04a27dbfd35c..579b55a63f23 100644 --- a/sc/source/ui/drawfunc/drawsh2.cxx +++ b/sc/source/ui/drawfunc/drawsh2.cxx @@ -45,6 +45,8 @@ #include <drwlayer.hxx> #include <drtxtob.hxx> #include <gridwin.hxx> +#include <scmod.hxx> +#include <appoptio.hxx> #include <svx/svdoole2.hxx> #include <svx/xflgrit.hxx> #include <comphelper/lok.hxx> @@ -92,6 +94,8 @@ void ScDrawShell::GetState( SfxItemSet& rSet ) // Conditions / Toggles rSet.Put( SfxBoolItem( SID_OBJECT_ROTATE, eMode == SdrDragMode::Rotate ) ); rSet.Put( SfxBoolItem( SID_OBJECT_MIRROR, eMode == SdrDragMode::Mirror ) ); rSet.Put( SfxBoolItem( SID_BEZIER_EDIT, !pView->IsFrameDragSingles() ) ); + rSet.Put(SfxBoolItem(SID_CLICK_CHANGE_ROTATION, + ScModule::get()->GetAppOptions().IsClickChangeRotation())); sal_uInt16 nFWId = ScGetFontWorkId(); SfxViewFrame& rViewFrm = rViewData.GetViewShell()->GetViewFrame(); |