summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ParameterSubstitution.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ParameterSubstitution.hxx')
-rw-r--r--connectivity/source/inc/ParameterSubstitution.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/ParameterSubstitution.hxx b/connectivity/source/inc/ParameterSubstitution.hxx
index ecb2c59e3734..6dc66d6b99a1 100644
--- a/connectivity/source/inc/ParameterSubstitution.hxx
+++ b/connectivity/source/inc/ParameterSubstitution.hxx
@@ -38,8 +38,8 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XConnection > m_xConnection;
- ParameterSubstitution( const ParameterSubstitution& ) SAL_DELETED_FUNCTION;
- ParameterSubstitution& operator=( const ParameterSubstitution& ) SAL_DELETED_FUNCTION;
+ ParameterSubstitution( const ParameterSubstitution& ) = delete;
+ ParameterSubstitution& operator=( const ParameterSubstitution& ) = delete;
public:
static OUString getImplementationName_Static( ) throw(::com::sun::star::uno::RuntimeException);