diff options
Diffstat (limited to 'xmlsecurity/inc/macrosecurity.hxx')
-rw-r--r-- | xmlsecurity/inc/macrosecurity.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/macrosecurity.hxx b/xmlsecurity/inc/macrosecurity.hxx index 233ef2c1dca1..52c45ecb3743 100644 --- a/xmlsecurity/inc/macrosecurity.hxx +++ b/xmlsecurity/inc/macrosecurity.hxx @@ -44,7 +44,7 @@ private: DECL_LINK(OkBtnHdl, weld::Button&, void); public: MacroSecurity(weld::Window* pParent, - const css::uno::Reference<css::xml::crypto::XSecurityEnvironment>& rxSecurityEnvironment); + css::uno::Reference<css::xml::crypto::XSecurityEnvironment> xSecurityEnvironment); void EnableReset(bool bEnable = true) { |