summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuconuno.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/fuconuno.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/fuconuno.hxx')
-rw-r--r--sd/source/ui/inc/fuconuno.hxx21
1 files changed, 11 insertions, 10 deletions
diff --git a/sd/source/ui/inc/fuconuno.hxx b/sd/source/ui/inc/fuconuno.hxx
index 5538e74c084b..6110d83a9691 100644
--- a/sd/source/ui/inc/fuconuno.hxx
+++ b/sd/source/ui/inc/fuconuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuconuno.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:32:00 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:09:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,14 +58,8 @@ class FuConstructUnoControl
public:
TYPEINFO();
- FuConstructUnoControl(
- ViewShell* pViewSh,
- ::sd::Window* pWin,
- ::sd::View* pView,
- SdDrawDocument* pDoc,
- SfxRequest& rReq);
-
- virtual ~FuConstructUnoControl();
+ 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);
@@ -80,6 +74,13 @@ public:
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle);
protected:
+ FuConstructUnoControl(
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq);
+
String aOldLayer;
private: