diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-01-20 11:03:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-01-20 11:03:46 +0000 |
commit | 77223e9e983d4ba534f2936934392c69b8b0a92f (patch) | |
tree | bcb86d8255e9947891739cbbf6b91d60a23f04cf /sd/source/ui/inc/fulink.hxx | |
parent | 28f19fe3ed65c51f05efb77aad5c0e897c0ac00e (diff) |
INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED
2003/09/16 13:35:55 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.
Diffstat (limited to 'sd/source/ui/inc/fulink.hxx')
-rw-r--r-- | sd/source/ui/inc/fulink.hxx | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/sd/source/ui/inc/fulink.hxx b/sd/source/ui/inc/fulink.hxx index 7f1fb17a1a67..aa18be4cb118 100644 --- a/sd/source/ui/inc/fulink.hxx +++ b/sd/source/ui/inc/fulink.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fulink.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:03:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,23 +59,32 @@ * ************************************************************************/ -#ifndef _SD_FULINK_HXX -#define _SD_FULINK_HXX +#ifndef SD_FU_LINK_HXX +#define SD_FU_LINK_HXX -#ifndef _SD_FUPOOR_HXX +#ifndef SD_FU_POOR_HXX #include "fupoor.hxx" #endif -class FuLink : public FuPoor +namespace sd { + +class FuLink + : public FuPoor { - public: +public: TYPEINFO(); - FuLink( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView, - SdDrawDocument* pDoc, SfxRequest& rReq ); - ~FuLink() {} + FuLink ( + ViewShell* pViewSh, + ::sd::Window* pWin, + ::sd::View* pView, + SdDrawDocument* pDoc, + SfxRequest& rReq ); + virtual ~FuLink (void) {} }; -#endif // _SD_FULINK_HXX +} // end of namespace sd + +#endif |