summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-10-20 17:24:10 +0000
committerNiklas Nebel <nn@openoffice.org>2000-10-20 17:24:10 +0000
commite84041a93944b0a9e7368e3d9b0b7d0b3892c469 (patch)
tree1c875b55f34d470d4e5382b550d91819b65f98cf /sc/source/ui/inc
parent178a6078069658a6c0094949b0dd71d201474a0d (diff)
Execute/GetAttrState for graphic object functions
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/graphsh.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/graphsh.hxx b/sc/source/ui/inc/graphsh.hxx
index 71e5bb6c69d7..242500a8ac0b 100644
--- a/sc/source/ui/inc/graphsh.hxx
+++ b/sc/source/ui/inc/graphsh.hxx
@@ -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