summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuolbull.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 16:14:17 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 16:14:17 +0000
commit9f474d6b63231adcf2eea36c6d39edc42251b233 (patch)
tree6a71dd55daa56874c1bb8915fa9a6b45f040dfa9 /sd/source/ui/inc/fuolbull.hxx
parentdeda9abf4a272dddcc9fbc491657b2e73a81c12c (diff)
INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED
2005/10/28 10:56:51 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/inc/fuolbull.hxx')
-rw-r--r--sd/source/ui/inc/fuolbull.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/inc/fuolbull.hxx b/sd/source/ui/inc/fuolbull.hxx
index d0055607f5e4..0b4bdc21345e 100644
--- a/sd/source/ui/inc/fuolbull.hxx
+++ b/sd/source/ui/inc/fuolbull.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuolbull.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:36:24 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:13:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,16 +61,16 @@ class FuOutlineBullet
public:
TYPEINFO();
+ static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
+ virtual void DoExecute( SfxRequest& rReq );
+
+private:
FuOutlineBullet (
ViewShell* pViewShell,
::sd::Window* pWin,
::sd::View* pView,
SdDrawDocument* pDoc,
SfxRequest& rReq);
- virtual ~FuOutlineBullet (void);
-
- virtual void Activate(); // Function aktivieren
- virtual void Deactivate(); // Function deaktivieren
};
} // end of namespace sd