loplugin:deletedspecial

Change-Id: I6c1061403dab476d19c374c2797fabc00d492645
This commit is contained in:
Stephan Bergmann
2015-02-07 12:33:44 +01:00
parent 5516df0aee
commit 9888b279e5
2 changed files with 4 additions and 4 deletions

View File

@@ -87,8 +87,8 @@ private:
::com::sun::star::uno::Reference< com::sun::star::awt::XWindow > m_xWindowParam;
const OUString m_aContextParam;
StringHashMap m_aTypedCustomHandlers;
UUIInteractionHelper(UUIInteractionHelper &); // not implemented
void operator =(const UUIInteractionHelper&); // not implemented
UUIInteractionHelper(UUIInteractionHelper &) SAL_DELETED_FUNCTION;
void operator =(const UUIInteractionHelper&) SAL_DELETED_FUNCTION;
public:
UUIInteractionHelper(

View File

@@ -49,8 +49,8 @@ public:
private:
UUIInteractionHelper * m_pImpl;
UUIInteractionRequestStringResolver(UUIInteractionRequestStringResolver &); // not implemented
void operator =(UUIInteractionRequestStringResolver); // not implemented
UUIInteractionRequestStringResolver(UUIInteractionRequestStringResolver &) SAL_DELETED_FUNCTION;
void operator =(UUIInteractionRequestStringResolver) SAL_DELETED_FUNCTION;
UUIInteractionRequestStringResolver(
com::sun::star::uno::Reference<