summaryrefslogtreecommitdiffstats
path: root/xmlscript/source/xmldlg_imexp/imp_share.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/imp_share.hxx')
-rw-r--r--xmlscript/source/xmldlg_imexp/imp_share.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/imp_share.hxx b/xmlscript/source/xmldlg_imexp/imp_share.hxx
index ec9d7b46f8f4..0d097ac36be1 100644
--- a/xmlscript/source/xmldlg_imexp/imp_share.hxx
+++ b/xmlscript/source/xmldlg_imexp/imp_share.hxx
@@ -366,8 +366,8 @@ protected:
css::uno::Reference< css::xml::input::XElement > getStyle(
css::uno::Reference<css::xml::input::XAttributes> const & xAttributes );
public:
- ::std::vector<css::uno::Reference< css::xml::input::XElement> > *getEvents()
- { return &_events; }
+ ::std::vector<css::uno::Reference< css::xml::input::XElement> >& getEvents()
+ { return _events; }
ControlElement(
OUString const & rLocalName,