Execute/GetAttrState for graphic object functions
This commit is contained in:
parent
178a607806
commit
e84041a939
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: graphsh.hxx,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2000-09-18 16:44:59 $
|
||||
* last change: $Author: nn $ $Date: 2000-10-20 18:24:10 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -88,6 +88,8 @@ public:
|
|||
ScGraphicShell(ScViewData* pData);
|
||||
virtual ~ScGraphicShell();
|
||||
|
||||
void Execute(SfxRequest& rReq);
|
||||
void GetAttrState(SfxItemSet &rSet);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue