summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/inc/DatabaseDataProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/DatabaseDataProvider.hxx')
-rw-r--r--dbaccess/source/core/inc/DatabaseDataProvider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/inc/DatabaseDataProvider.hxx b/dbaccess/source/core/inc/DatabaseDataProvider.hxx
index c1f43bc93b83..93c1ea9a6d45 100644
--- a/dbaccess/source/core/inc/DatabaseDataProvider.hxx
+++ b/dbaccess/source/core/inc/DatabaseDataProvider.hxx
@@ -207,8 +207,8 @@ private:
virtual double SAL_CALL getNotANumber()throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Bool SAL_CALL isNotANumber(double nNumber )throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- DatabaseDataProvider(DatabaseDataProvider &) SAL_DELETED_FUNCTION;
- void operator =(DatabaseDataProvider &) SAL_DELETED_FUNCTION;
+ DatabaseDataProvider(DatabaseDataProvider &) = delete;
+ void operator =(DatabaseDataProvider &) = delete;
virtual ~DatabaseDataProvider() {}