summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdview.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-13 13:04:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 05:59:55 +0000
commitda817770df3f1ca68efff6ff096f961ef9934f76 (patch)
tree96e59746a066929d3b13a3da89c36418073b2791 /svx/source/svdraw/svdview.cxx
parent3bec0fd8cd191c47ab94602470193ef56a05f444 (diff)
drop unused Streaming enumerator from SdrInsertReasonKind enum
Change-Id: Ia186fd54a8e1165a3bae5266f1248881e3057d83 Reviewed-on: https://gerrit.libreoffice.org/34206 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw/svdview.cxx')
-rw-r--r--svx/source/svdraw/svdview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index f69d59242cc7..3b602c5f6c00 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -1076,7 +1076,7 @@ Pointer SdrView::GetPreferredPointer(const Point& rMousePos, const OutputDevice*
if (bMov)
return Pointer(PointerStyle::Rotate);
} break;
- case SdrDragMode::Shear: case SdrDragMode::Distort: {
+ case SdrDragMode::Shear: {
if (bCorner) {
if (!IsDistortAllowed(true) && !IsDistortAllowed()) return Pointer(PointerStyle::NotAllowed);
else return Pointer(PointerStyle::RefHand);