diff options
Diffstat (limited to 'xmlsecurity/inc/xsecctl.hxx')
-rw-r--r-- | xmlsecurity/inc/xsecctl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/xsecctl.hxx b/xmlsecurity/inc/xsecctl.hxx index adfd251b172e..adefe7e087ae 100644 --- a/xmlsecurity/inc/xsecctl.hxx +++ b/xmlsecurity/inc/xsecctl.hxx @@ -291,7 +291,7 @@ private: sal_Int32 nSecurityId ); public: - explicit XSecController(const css::uno::Reference<css::uno::XComponentContext>& rxCtx); + explicit XSecController(css::uno::Reference<css::uno::XComponentContext> xCtx); virtual ~XSecController() override; sal_Int32 getNewSecurityId( ); |