summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/graphsh.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-25 13:35:46 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-25 13:35:46 +0000
commit02a15d8c081f76173222dfd7554cb852c4dd8f9f (patch)
tree3acffe8c8101da50072eceb2cd285feb91f788e8 /sc/source/ui/inc/graphsh.hxx
parentffe38662ea22c31ad0726142a672563dfa0413f0 (diff)
#80753# ExecuteFilter/GetFilterState
Diffstat (limited to 'sc/source/ui/inc/graphsh.hxx')
-rw-r--r--sc/source/ui/inc/graphsh.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/graphsh.hxx b/sc/source/ui/inc/graphsh.hxx
index 242500a8ac0b..b64f7c7ad4dc 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-10-20 18:24:10 $
+ * last change: $Author: nn $ $Date: 2000-11-25 14:35:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,6 +90,9 @@ public:
void Execute(SfxRequest& rReq);
void GetAttrState(SfxItemSet &rSet);
+
+ void ExecuteFilter(SfxRequest& rReq);
+ void GetFilterState(SfxItemSet &rSet);
};
#endif