diff options
Diffstat (limited to 'svx/source/inc/fmscriptingenv.hxx')
-rw-r--r-- | svx/source/inc/fmscriptingenv.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/inc/fmscriptingenv.hxx b/svx/source/inc/fmscriptingenv.hxx index 8d86f2520d68..9e9e7db31a3b 100644 --- a/svx/source/inc/fmscriptingenv.hxx +++ b/svx/source/inc/fmscriptingenv.hxx @@ -22,6 +22,7 @@ #include <com/sun/star/script/XEventAttacherManager.hpp> #include <rtl/ref.hxx> +#include <salhelper/simplereferenceobject.hxx> class FmFormModel; @@ -35,7 +36,7 @@ namespace svxform /** describes the interface implemented by a component which handles scripting requirements in a form/control environment. */ - class SAL_NO_VTABLE IFormScriptingEnvironment : public ::rtl::IReference + class SAL_NO_VTABLE IFormScriptingEnvironment : public ::salhelper::SimpleReferenceObject { public: /** registers an XEventAttacherManager whose events should be monitored and handled |