summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fusldlg.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 11:12:09 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 11:12:09 +0000
commitfbd3ff4f923752548e1724b17a52422f9606c82d (patch)
treef5437e01d970485495a3caec26108b783d79acad /sd/source/ui/inc/fusldlg.hxx
parent1cf8436cccae64321f4e1889297a0b031b545c64 (diff)
INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED
2003/09/16 13:36:05 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.
Diffstat (limited to 'sd/source/ui/inc/fusldlg.hxx')
-rw-r--r--sd/source/ui/inc/fusldlg.hxx33
1 files changed, 20 insertions, 13 deletions
diff --git a/sd/source/ui/inc/fusldlg.hxx b/sd/source/ui/inc/fusldlg.hxx
index 7172a1860373..f16347b68f54 100644
--- a/sd/source/ui/inc/fusldlg.hxx
+++ b/sd/source/ui/inc/fusldlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fusldlg.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:39 $
+ * last change: $Author: obo $ $Date: 2004-01-20 12:11:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,23 +59,30 @@
*
************************************************************************/
+#ifndef SD_FU_SLIDE_SHOW_DLG_HXX
+#define SD_FU_SLIDE_SHOW_DLG_HXX
-#ifndef _SD_FUSLDLG_HXX
-#define _SD_FUSLDLG_HXX
-
-#ifndef _SD_FUPOOR_HXX
+#ifndef SD_FU_POOR_HXX
#include "fupoor.hxx"
#endif
-class FuSlideShowDlg : public FuPoor
+namespace sd {
+
+class FuSlideShowDlg
+ : public FuPoor
{
public:
+ TYPEINFO();
- TYPEINFO();
-
- FuSlideShowDlg( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
- SdDrawDocument* pDoc, SfxRequest& rReq);
- ~FuSlideShowDlg() {}
+ FuSlideShowDlg (
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq);
+ virtual ~FuSlideShowDlg (void) {}
};
-#endif // _SD_FUSLDLG_HXX
+} // end of namespace sd
+
+#endif