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;
|
::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:
|
|||||||
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<
|
||||||
|
Reference in New Issue
Block a user