summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuconstr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 16:09:49 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 16:09:49 +0000
commitcade01f87fb102473b4fd65b66fdfa1f31850c90 (patch)
tree947ce6a0bd22fddbd801a04b224950a8030246e6 /sd/source/ui/inc/fuconstr.hxx
parent7765a74b1c5ae3e7cfec9ae5fe48e238f9a8469c (diff)
INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED
2005/10/28 10:56:42 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/inc/fuconstr.hxx')
-rw-r--r--sd/source/ui/inc/fuconstr.hxx18
1 files changed, 10 insertions, 8 deletions
diff --git a/sd/source/ui/inc/fuconstr.hxx b/sd/source/ui/inc/fuconstr.hxx
index 51c59cf27a1c..2fcb4f475b4a 100644
--- a/sd/source/ui/inc/fuconstr.hxx
+++ b/sd/source/ui/inc/fuconstr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuconstr.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:31:41 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:09:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,12 +60,8 @@ public:
TYPEINFO();
- FuConstruct (ViewShell* pViewSh,
- ::sd::Window* pWin,
- ::sd::View* pView,
- SdDrawDocument* pDoc,
- SfxRequest& rReq);
- virtual ~FuConstruct (void);
+ static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
+ virtual void DoExecute( SfxRequest& rReq );
// Mouse- & Key-Events
virtual BOOL KeyInput(const KeyEvent& rKEvt);
@@ -88,6 +84,12 @@ public:
const sal_Bool bUseFillStyle, const sal_Bool bUseNoFillStyle );
protected:
+ FuConstruct (ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq);
+
bool bSelectionChanged;
};