summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:10:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:57 +0100
commitc6be3cf03b0c48fba99e785f18a61c798d3bb5be (patch)
tree730dd88f050e43977cb43e8318dc77141a996d98 /include/connectivity
parente92e1959ca18cc921fa97f1cbd28dc96a9177841 (diff)
loplugin:deletedspecial
Change-Id: I0faa47383f8952a74742a640ab2af602b4fcba8f
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/ParameterCont.hxx4
-rw-r--r--include/connectivity/parameters.hxx5
-rw-r--r--include/connectivity/sqliterator.hxx3
3 files changed, 5 insertions, 7 deletions
diff --git a/include/connectivity/ParameterCont.hxx b/include/connectivity/ParameterCont.hxx
index b87e1c36dfbb..931398c893e6 100644
--- a/include/connectivity/ParameterCont.hxx
+++ b/include/connectivity/ParameterCont.hxx
@@ -43,8 +43,8 @@ namespace dbtools
protected:
virtual ~OParameterContinuation() { }
private:
- OParameterContinuation(const OParameterContinuation&);
- void operator =(const OParameterContinuation&);
+ OParameterContinuation(const OParameterContinuation&) SAL_DELETED_FUNCTION;
+ void operator =(const OParameterContinuation&) SAL_DELETED_FUNCTION;
};
} // dbtools
#endif // INCLUDED_CONNECTIVITY_PARAMETERCONT_HXX
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index 1904fbf8e079..9af2b77b14bd 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -402,9 +402,8 @@ namespace dbtools
void cacheConnectionInfo();
private:
- ParameterManager(); // never implemented
- ParameterManager( const ParameterManager& ); // never implemented
- ParameterManager& operator=( const ParameterManager& ); // never implemented
+ ParameterManager( const ParameterManager& ) SAL_DELETED_FUNCTION;
+ ParameterManager& operator=( const ParameterManager& ) SAL_DELETED_FUNCTION;
};
diff --git a/include/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx
index 785c821337fc..0ea58d989c20 100644
--- a/include/connectivity/sqliterator.hxx
+++ b/include/connectivity/sqliterator.hxx
@@ -129,8 +129,7 @@ namespace connectivity
private:
- OSQLParseTreeIterator(); // never implemented
- OSQLParseTreeIterator(const OSQLParseTreeIterator & rIter); // never implemented
+ OSQLParseTreeIterator(const OSQLParseTreeIterator & rIter) SAL_DELETED_FUNCTION;
public:
OSQLParseTreeIterator(