summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-12-19 10:36:01 +0000
committerNiklas Nebel <nn@openoffice.org>2001-12-19 10:36:01 +0000
commit4652fb168d72496527493a3888bcd0db18507745 (patch)
tree6bf723a5ebf25bf8cd411e61225ddce0a6adc672 /sc/inc
parent1337992aba288b6ccf2afeac5e59d2ddc4b50008 (diff)
#96117# GetSupportedMacroItems as public static method
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/shapeuno.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/shapeuno.hxx b/sc/inc/shapeuno.hxx
index 2722eae198e8..86a28debcab1 100644
--- a/sc/inc/shapeuno.hxx
+++ b/sc/inc/shapeuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shapeuno.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2001-10-23 11:14:49 $
+ * last change: $Author: nn $ $Date: 2001-12-19 11:35:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,7 @@ namespace com { namespace sun { namespace star {
}}}
class SdrObject;
+struct SvEventDescription;
//------------------------------------------------------------------------
@@ -107,6 +108,8 @@ private:
SdrObject* GetSdrObject() const throw();
public:
+ static const SvEventDescription* GetSupportedMacroItems();
+
// ctor modifies xShape parameter
ScShapeObj( ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape > & xShape );