summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmpgeimp.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-12-18 13:13:58 +0000
committerFrank Schönheit <fs@openoffice.org>2001-12-18 13:13:58 +0000
commitd7c8d84afe3b68865f60c0b93956be2d9d847f73 (patch)
tree98742b201ef78c2769982193512d9af2654cfe37 /svx/source/inc/fmpgeimp.hxx
parent34f6d73eef33f8fe358e274821e7eb8b181584b6 (diff)
#95867# +containsActiveCode
Diffstat (limited to 'svx/source/inc/fmpgeimp.hxx')
-rw-r--r--svx/source/inc/fmpgeimp.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx
index c9d7ed343616..ec0a6747de5e 100644
--- a/svx/source/inc/fmpgeimp.hxx
+++ b/svx/source/inc/fmpgeimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmpgeimp.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-11-15 14:55:12 $
+ * last change: $Author: fs $ $Date: 2001-12-18 14:09:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,10 @@ protected:
void Init();
+ sal_Bool containsActiveCode(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& _rxContainer,
+ const String& _rScriptType ) const;
+
public:
// nur wichtig fuer den DesignMode
void setCurForm(::com::sun::star::uno::Reference< ::com::sun::star::form::XForm> xForm);