Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef INCLUDED_SC_SOURCE_UI_INC_BEZIERSH_HXX
- #define INCLUDED_SC_SOURCE_UI_INC_BEZIERSH_HXX
- #include <sfx2/shell.hxx>
- #include <sfx2/module.hxx>
- #include <shellids.hxx>
- class ScViewData;
- class SfxItemSet;
- class ScBezierShell: public SfxShell
- {
- SfxItemSet* pGetStateSet;
- public:
- SFX_DECL_INTERFACE(SC_BEZIERSHELL)
- private:
- /// SfxInterface initializer.
- static void InitInterface_Impl();
- public:
- ScBezierShell(ScViewData &rView);
- void GetState(SfxItemSet &);
- void Execute(SfxRequest const &);
- };
- #endif
- /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Add Comment
Please, Sign In to add comment