summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuvect.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 16:19:18 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 16:19:18 +0000
commit7ba6387ba89e0a4ab9dd8256b22727aaefa89c3d (patch)
tree7714e97e165943cf4c0633f267b2f1f083926c16 /sd/source/ui/inc/fuvect.hxx
parent91463fdb460b8cb3dd7a3ee45680d8b2a9d31db4 (diff)
INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED
2005/10/28 10:56:57 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/inc/fuvect.hxx')
-rw-r--r--sd/source/ui/inc/fuvect.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sd/source/ui/inc/fuvect.hxx b/sd/source/ui/inc/fuvect.hxx
index f4b423b03e3c..d788396fa36f 100644
--- a/sd/source/ui/inc/fuvect.hxx
+++ b/sd/source/ui/inc/fuvect.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuvect.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:42:16 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:19:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,13 +48,17 @@ class FuVectorize
public:
TYPEINFO();
+ static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
+ virtual void DoExecute( SfxRequest& rReq );
+
+private:
+
FuVectorize (
ViewShell* pViewSh,
::sd::Window* pWin,
::sd::View* pView,
SdDrawDocument* pDoc,
SfxRequest& rReq);
- virtual ~FuVectorize (void) {}
};
} // end of namespace sd