diff options
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r-- | uui/source/iahndl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index 9bb7fda8909b..9614e4aa908c 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -78,8 +78,8 @@ private: css::uno::Reference< css::awt::XWindow > m_xWindowParam; const OUString m_aContextParam; StringHashMap m_aTypedCustomHandlers; - UUIInteractionHelper(UUIInteractionHelper &) = delete; - void operator =(const UUIInteractionHelper&) = delete; + UUIInteractionHelper(UUIInteractionHelper const &) = delete; + UUIInteractionHelper& operator =(UUIInteractionHelper const &) = delete; public: UUIInteractionHelper( |