summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 11:00:47 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 11:00:47 +0000
commitadc9a769b06c9f9ea5d1c2f2503f269979cf8f96 (patch)
tree3d6794bb36bbc34eac828a6f761f36eecd4c0eb0 /sd
parent41621ce5292dc2f3ee2d0631c1d13e2007856120 (diff)
INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED
2003/09/16 13:35:57 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/fuediglu.hxx33
1 files changed, 20 insertions, 13 deletions
diff --git a/sd/source/ui/inc/fuediglu.hxx b/sd/source/ui/inc/fuediglu.hxx
index 612a715f3cac..ae94a4c21da0 100644
--- a/sd/source/ui/inc/fuediglu.hxx
+++ b/sd/source/ui/inc/fuediglu.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuediglu.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:00:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,29 +59,36 @@
*
************************************************************************/
-#ifndef _SD_FUEDIGLU_HXX
-#define _SD_FUEDIGLU_HXX
+#ifndef SD_FU_EDIT_GLUE_POINTS_HXX
+#define SD_FU_EDIT_GLUE_POINTS_HXX
-#ifndef _SD_FUDRAW_HXX
+#ifndef SD_FU_DRAW_HXX
#include "fudraw.hxx"
#endif
+namespace sd {
+
/*************************************************************************
|*
|* FuEditGluePoints
|*
\************************************************************************/
-class FuEditGluePoints : public FuDraw
+class FuEditGluePoints
+ : public FuDraw
{
- public:
+public:
TYPEINFO();
- FuEditGluePoints(SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
- SdDrawDocument* pDoc, SfxRequest& rReq);
+ FuEditGluePoints (
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq);
+ virtual ~FuEditGluePoints (void);
- virtual ~FuEditGluePoints();
- // Mouse- & Key-Events
+ // Mouse- & Key-Events
virtual BOOL KeyInput(const KeyEvent& rKEvt);
virtual BOOL MouseMove(const MouseEvent& rMEvt);
virtual BOOL MouseButtonUp(const MouseEvent& rMEvt);
@@ -93,7 +100,7 @@ class FuEditGluePoints : public FuDraw
virtual void Deactivate(); // Function deaktivieren
};
+} // end of namespace sd
-
-#endif // _SD_FUEDIGLU_HXX
+#endif