summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdview.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 06:39:17 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 06:39:17 +0000
commitdc1fddc142ab438775e2c1bae4a0e148d263ce0d (patch)
tree823951ffe79dfb2c29aa363cbcdc19513e2773f4 /svx/source/svdraw/svdview.cxx
parent68565d3683841a4d95a49fbaaf62fa211061bc4b (diff)
INTEGRATION: CWS cropmaster2000_DEV300 (1.23.210); FILE MERGED
2007/11/24 21:16:22 cl 1.23.210.1: #i83933# added interactive graphic cropping
Diffstat (limited to 'svx/source/svdraw/svdview.cxx')
-rw-r--r--svx/source/svdraw/svdview.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 35354d502b51..be0a444cfa36 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdview.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 19:13:08 $
+ * last change: $Author: obo $ $Date: 2008-02-26 07:39:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1070,6 +1070,12 @@ Pointer SdrView::GetPreferedPointer(const Point& rMousePos, const OutputDevice*
return Pointer(POINTER_CROOK);
}
}
+
+ case SDRDRAG_CROP:
+ {
+ return Pointer(POINTER_CROP);
+ }
+
default: {
if ((bCorner || bVertex) && !IsResizeAllowed(TRUE)) return Pointer(POINTER_NOTALLOWED);
}