loplugin:deletedspecial
Change-Id: I6c1061403dab476d19c374c2797fabc00d492645
This commit is contained in:
@@ -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(
|
||||
|
@@ -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<
|
||||
|
Reference in New Issue
Block a user