diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-08 14:05:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-08 15:16:47 +0200 |
commit | f219bfb26f98e6afaf19fe892d5bac746c82ef96 (patch) | |
tree | 6516fe7f5dd023dd8ac8325c23c30decd81acd01 /svx/source/inc | |
parent | 482f97926e1090c50ef05eed6badf311a7aa02f9 (diff) |
use SimpleReferenceObject in svx module
to replace hand-rolled version
Change-Id: I084a21161ae44991199fbd2b12d61dcb7d592408
Diffstat (limited to 'svx/source/inc')
-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 |