summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuconbez.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 16:08:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 16:08:38 +0000
commit30babca9edd87ca95bb01f73c091fe37497dce91 (patch)
tree4d53559a737bb8083f833cec3ff9f1c9440c2ad5 /sd/source/ui/inc/fuconbez.hxx
parent53126575906e114da30cb02a7e38cf4532e862cd (diff)
INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED
2005/10/28 10:56:40 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/inc/fuconbez.hxx')
-rw-r--r--sd/source/ui/inc/fuconbez.hxx20
1 files changed, 11 insertions, 9 deletions
diff --git a/sd/source/ui/inc/fuconbez.hxx b/sd/source/ui/inc/fuconbez.hxx
index c960361243b1..09dda638c470 100644
--- a/sd/source/ui/inc/fuconbez.hxx
+++ b/sd/source/ui/inc/fuconbez.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuconbez.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:30:45 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:08:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,13 +55,8 @@ class FuConstructBezierPolygon
public:
TYPEINFO();
- FuConstructBezierPolygon (
- ViewShell* pViewSh,
- ::sd::Window* pWin,
- ::sd::View* pView,
- SdDrawDocument* pDoc,
- SfxRequest& rReq);
- virtual ~FuConstructBezierPolygon (void);
+ static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
+ virtual void DoExecute( SfxRequest& rReq );
// Mouse- & Key-Events
virtual BOOL KeyInput(const KeyEvent& rKEvt);
@@ -81,6 +76,13 @@ public:
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle);
protected:
+ FuConstructBezierPolygon (
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq);
+
USHORT nEditMode;
};