summaryrefslogtreecommitdiff
path: root/include/unotools/nativenumberwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/nativenumberwrapper.hxx')
-rw-r--r--include/unotools/nativenumberwrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/nativenumberwrapper.hxx b/include/unotools/nativenumberwrapper.hxx
index 7c65a826a5d1..a6582d27292b 100644
--- a/include/unotools/nativenumberwrapper.hxx
+++ b/include/unotools/nativenumberwrapper.hxx
@@ -31,8 +31,8 @@ namespace com { namespace sun { namespace star {
class UNOTOOLS_DLLPUBLIC NativeNumberWrapper
{
::com::sun::star::uno::Reference< ::com::sun::star::i18n::XNativeNumberSupplier > xNNS;
- NativeNumberWrapper( const NativeNumberWrapper& ) SAL_DELETED_FUNCTION;
- NativeNumberWrapper& operator=( const NativeNumberWrapper& ) SAL_DELETED_FUNCTION;
+ NativeNumberWrapper( const NativeNumberWrapper& ) = delete;
+ NativeNumberWrapper& operator=( const NativeNumberWrapper& ) = delete;
public:
NativeNumberWrapper(