summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/futhes.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 11:15:44 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 11:15:44 +0000
commit9c81d067bb0fe71c241349e59f43f1071442d347 (patch)
treea42f6a4d999802b34199ea65dd7037f1fee90780 /sd/source/ui/inc/futhes.hxx
parente5cf8cb403755af0e8e4425a48827a622416cf4d (diff)
INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED
2003/09/16 13:35:53 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.
Diffstat (limited to 'sd/source/ui/inc/futhes.hxx')
-rw-r--r--sd/source/ui/inc/futhes.hxx31
1 files changed, 20 insertions, 11 deletions
diff --git a/sd/source/ui/inc/futhes.hxx b/sd/source/ui/inc/futhes.hxx
index 8e044d9bd921..f55f8a098c6e 100644
--- a/sd/source/ui/inc/futhes.hxx
+++ b/sd/source/ui/inc/futhes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: futhes.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:15:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,23 +59,32 @@
*
************************************************************************/
-#ifndef _SD_FUTHESAURUS_HXX
-#define _SD_FUTHESAURUS_HXX
+#ifndef SD_FU_THESAURUS_HXX
+#define SD_FU_THESAURUS_HXX
-#ifndef _SD_FUPOOR_HXX
+#ifndef SD_FU_POOR_HXX
#include "fupoor.hxx"
#endif
-class FuThesaurus : public FuPoor
+namespace sd {
+
+class FuThesaurus
+ : public FuPoor
{
- public:
+public:
TYPEINFO();
- FuThesaurus( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
- SdDrawDocument* pDoc, SfxRequest& rReq );
- ~FuThesaurus();
+ FuThesaurus (
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq);
+ virtual ~FuThesaurus (void);
};
-#endif // _SD_FUTHESAURUS_HXX
+} // end of namespace sd
+
+#endif