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