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.
This commit is contained in:
parent
e5cf8cb403
commit
9c81d067bb
1 changed files with 20 additions and 11 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: futhes.hxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -59,23 +59,32 @@
|
||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
#ifndef _SD_FUTHESAURUS_HXX
|
#ifndef SD_FU_THESAURUS_HXX
|
||||||
#define _SD_FUTHESAURUS_HXX
|
#define SD_FU_THESAURUS_HXX
|
||||||
|
|
||||||
#ifndef _SD_FUPOOR_HXX
|
#ifndef SD_FU_POOR_HXX
|
||||||
#include "fupoor.hxx"
|
#include "fupoor.hxx"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class FuThesaurus : public FuPoor
|
namespace sd {
|
||||||
|
|
||||||
|
class FuThesaurus
|
||||||
|
: public FuPoor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
TYPEINFO();
|
TYPEINFO();
|
||||||
|
|
||||||
FuThesaurus( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
|
FuThesaurus (
|
||||||
SdDrawDocument* pDoc, SfxRequest& rReq );
|
ViewShell* pViewSh,
|
||||||
~FuThesaurus();
|
::sd::Window* pWin,
|
||||||
|
::sd::View* pView,
|
||||||
|
SdDrawDocument* pDoc,
|
||||||
|
SfxRequest& rReq);
|
||||||
|
virtual ~FuThesaurus (void);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _SD_FUTHESAURUS_HXX
|
} // end of namespace sd
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue