summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrgm1.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 06:33:31 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 06:33:31 +0000
commitca4f5748ec5557c8a4394269eaa10aa5eeb26110 (patch)
treebda948020ca554a0f4a729fea17808f8b034d61d /svx/source/svdraw/svddrgm1.hxx
parent1fc4c2fe0c4ce49a57b07f4e29076f308244a6b2 (diff)
INTEGRATION: CWS cropmaster2000_DEV300 (1.9.200); FILE MERGED
2007/11/24 21:16:22 cl 1.9.200.1: #i83933# added interactive graphic cropping
Diffstat (limited to 'svx/source/svdraw/svddrgm1.hxx')
-rw-r--r--svx/source/svdraw/svddrgm1.hxx19
1 files changed, 17 insertions, 2 deletions
diff --git a/svx/source/svdraw/svddrgm1.hxx b/svx/source/svdraw/svddrgm1.hxx
index f2b25f471c3d..0e88f623cec8 100644
--- a/svx/source/svdraw/svddrgm1.hxx
+++ b/svx/source/svdraw/svddrgm1.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svddrgm1.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 13:20:19 $
+ * last change: $Author: obo $ $Date: 2008-02-26 07:33:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -269,6 +269,21 @@ public:
virtual Pointer GetPointer() const;
};
+//************************************************************
+// SdrDragCrop
+//************************************************************
+
+class SdrDragCrop : public SdrDragResize
+{
+public:
+ TYPEINFO();
+ SdrDragCrop(SdrDragView& rNewView);
+
+ virtual void TakeComment(String& rStr) const;
+ virtual FASTBOOL End(FASTBOOL bCopy);
+ virtual Pointer GetPointer() const;
+};
+
////////////////////////////////////////////////////////////////////////////////////////////////////
#endif //_SVDDRGM1_HXX