diff --git a/sd/source/ui/inc/futxtatt.hxx b/sd/source/ui/inc/futxtatt.hxx index 8746c8815b48..5674f65da6dd 100644 --- a/sd/source/ui/inc/futxtatt.hxx +++ b/sd/source/ui/inc/futxtatt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: futxtatt.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:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,22 +59,31 @@ * ************************************************************************/ -#ifndef _SD_FUTXTATT_HXX -#define _SD_FUTXTATT_HXX +#ifndef SD_FU_TEXT_ATTR_DLG_HXX +#define SD_FU_TEXT_ATTR_DLG_HXX -#ifndef _SD_FUPOOR_HXX +#ifndef SD_FU_POOR_HXX #include "fupoor.hxx" #endif -class FuTextAttrDlg : public FuPoor +namespace sd { + +class FuTextAttrDlg + : public FuPoor { public: TYPEINFO(); - FuTextAttrDlg( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView, - SdDrawDocument* pDoc, SfxRequest& rReq); - ~FuTextAttrDlg() {} + FuTextAttrDlg ( + ViewShell* pViewSh, + ::sd::Window* pWin, + ::sd::View* pView, + SdDrawDocument* pDoc, + SfxRequest& rReq); + virtual ~FuTextAttrDlg (void) {} }; -#endif // _SD_FUTXTATT_HXX +} // end of namespace sd + +#endif