Kaydet (Commit) 9888b279 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: I6c1061403dab476d19c374c2797fabc00d492645
üst 5516df0a
...@@ -87,8 +87,8 @@ private: ...@@ -87,8 +87,8 @@ private:
::com::sun::star::uno::Reference< com::sun::star::awt::XWindow > m_xWindowParam; ::com::sun::star::uno::Reference< com::sun::star::awt::XWindow > m_xWindowParam;
const OUString m_aContextParam; const OUString m_aContextParam;
StringHashMap m_aTypedCustomHandlers; StringHashMap m_aTypedCustomHandlers;
UUIInteractionHelper(UUIInteractionHelper &); // not implemented UUIInteractionHelper(UUIInteractionHelper &) SAL_DELETED_FUNCTION;
void operator =(const UUIInteractionHelper&); // not implemented void operator =(const UUIInteractionHelper&) SAL_DELETED_FUNCTION;
public: public:
UUIInteractionHelper( UUIInteractionHelper(
......
...@@ -49,8 +49,8 @@ public: ...@@ -49,8 +49,8 @@ public:
private: private:
UUIInteractionHelper * m_pImpl; UUIInteractionHelper * m_pImpl;
UUIInteractionRequestStringResolver(UUIInteractionRequestStringResolver &); // not implemented UUIInteractionRequestStringResolver(UUIInteractionRequestStringResolver &) SAL_DELETED_FUNCTION;
void operator =(UUIInteractionRequestStringResolver); // not implemented void operator =(UUIInteractionRequestStringResolver) SAL_DELETED_FUNCTION;
UUIInteractionRequestStringResolver( UUIInteractionRequestStringResolver(
com::sun::star::uno::Reference< com::sun::star::uno::Reference<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment