diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:26:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:01 +0100 |
commit | cfa3d6e562e758cbc18a099aa2a87309735ddf84 (patch) | |
tree | 009e9feae579712d2329d914500af640a2b0a24a /include/salhelper/simplereferenceobject.hxx | |
parent | 4a2f64620370587161b5437069c2f1d9f3d702d1 (diff) |
loplugin:deletedspecial
Change-Id: I28d39fc455560f0ad89390bd463e0fa470dde439
Diffstat (limited to 'include/salhelper/simplereferenceobject.hxx')
-rw-r--r-- | include/salhelper/simplereferenceobject.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/salhelper/simplereferenceobject.hxx b/include/salhelper/simplereferenceobject.hxx index 67626b156aad..46b00ac332c2 100644 --- a/include/salhelper/simplereferenceobject.hxx +++ b/include/salhelper/simplereferenceobject.hxx @@ -96,11 +96,11 @@ private: /** not implemented */ - SALHELPER_DLLPRIVATE SimpleReferenceObject(SimpleReferenceObject &); + SimpleReferenceObject(SimpleReferenceObject &) SAL_DELETED_FUNCTION; /** not implemented */ - SALHELPER_DLLPRIVATE void operator =(SimpleReferenceObject); + void operator =(SimpleReferenceObject) SAL_DELETED_FUNCTION; /// @cond INTERNAL |