INTEGRATION: CWS formatpaintbrush02 (1.3.148); FILE MERGED

2004/07/16 22:47:36 iha 1.3.148.1: #i20119# format paintbrush
This commit is contained in:
Kurt Zenker 2004-08-02 09:09:39 +00:00
parent ef72a1b1c5
commit 40a78a9602

View file

@ -2,9 +2,9 @@
*
* $RCSfile: DrawDocShell.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: hr $ $Date: 2004-02-04 10:33:32 $
* last change: $Author: kz $ $Date: 2004-08-02 10:09:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -98,6 +98,7 @@ class SfxPrinter;
struct SdrDocumentStreamInfo;
struct SpellCallbackInfo;
class AbstractSvxNameDialog; //CHINA001 class SvxNameDialog;
class SdFormatClipboard;
#ifndef SO2_DECL_SVSTORAGESTREAM_DEFINED
#define SO2_DECL_SVSTORAGESTREAM_DEFINED
@ -111,7 +112,6 @@ class FrameView;
class View;
class ViewShell;
// ------------------
// - DrawDocShell -
// ------------------
@ -260,6 +260,9 @@ public:
DECL_LINK( OnlineSpellCallback, SpellCallbackInfo* );
#endif
public:
SdFormatClipboard* pFormatClipboard;
protected:
SfxProgress* pProgress;