From 316f5ffe716b9064ec40900aa5c6c86ca737b7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 14 Dec 2005 16:07:35 +0000 Subject: [PATCH] INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/11/29 16:04:28 cl 1.3.40.3: fixed merge conflict conflict 2005/11/28 17:50:41 cl 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/28 10:56:35 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting --- sd/source/ui/inc/fubullet.hxx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/sd/source/ui/inc/fubullet.hxx b/sd/source/ui/inc/fubullet.hxx index fe6aabeaee7d..e6dc36a99f3f 100644 --- a/sd/source/ui/inc/fubullet.hxx +++ b/sd/source/ui/inc/fubullet.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fubullet.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2005-11-16 09:20:50 $ + * last change: $Author: rt $ $Date: 2005-12-14 17:07:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,24 +47,26 @@ namespace sd { class ViewShell; -class FuBullet - : public FuPoor +class FuBullet : public FuPoor { public: TYPEINFO(); + static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq ); + virtual void DoExecute( SfxRequest& rReq ); + + static void GetSlotState( SfxItemSet& rSet, ViewShell* pViewShell, SfxViewFrame* pViewFrame ); + +private: FuBullet ( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq); - virtual ~FuBullet (void) {} void InsertSpecialCharacter(); void InsertFormattingMark( sal_Unicode cMark ); - - static void GetSlotState( SfxItemSet& rSet, ViewShell* pViewShell, SfxViewFrame* pViewFrame ); }; } // end of namespace sd