summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuvect.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 11:17:09 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 11:17:09 +0000
commit368b03b5b1699d90fd7825928a16bff942be06a4 (patch)
treed6a4f9f7f7174a98b8be746a364b21539bb601b5 /sd/source/ui/inc/fuvect.hxx
parentbf11eda3a3a5def8418306aa8ba456dbec614034 (diff)
INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED
2003/09/16 13:36:09 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.
Diffstat (limited to 'sd/source/ui/inc/fuvect.hxx')
-rw-r--r--sd/source/ui/inc/fuvect.hxx36
1 files changed, 19 insertions, 17 deletions
diff --git a/sd/source/ui/inc/fuvect.hxx b/sd/source/ui/inc/fuvect.hxx
index 53ed91066a9e..f2a1f872b274 100644
--- a/sd/source/ui/inc/fuvect.hxx
+++ b/sd/source/ui/inc/fuvect.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuvect.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:16:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,29 +59,31 @@
*
************************************************************************/
-#ifndef _SD_FUVECT_HXX
-#define _SD_FUVECT_HXX
+#ifndef SD_FU_VECTORIZE_HXX
+#define SD_FU_VECTORIZE_HXX
-#ifndef _SD_FUPOOR_HXX
+#ifndef SD_FU_POOR_HXX
#include "fupoor.hxx"
#endif
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
+namespace sd {
-class FuVectorize : public FuPoor
+class FuVectorize
+ : public FuPoor
{
public:
+ TYPEINFO();
- TYPEINFO();
-
- FuVectorize( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
- SdDrawDocument* pDoc, SfxRequest& rReq );
- ~FuVectorize() {}
+ FuVectorize (
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq);
+ virtual ~FuVectorize (void) {}
};
-#endif // _SD_FUVECT_HXX
+} // end of namespace sd
+
+#endif