diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-13 10:53:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-13 10:53:42 +0100 |
commit | c8218367a0f52206591a5048848fa5292405b6c3 (patch) | |
tree | cb256f90eb1d3b05782e97295f8098cf4be68c14 /connectivity | |
parent | 24e0e7ca6207a45fc45b67a1355a9d855955a2a8 (diff) |
callcatcher: update list
Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/TSortIndex.cxx | 4 | ||||
-rw-r--r-- | connectivity/source/inc/TKeyValue.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/commontools/TSortIndex.cxx b/connectivity/source/commontools/TSortIndex.cxx index 6af714a915ce..a0fc73823167 100644 --- a/connectivity/source/commontools/TSortIndex.cxx +++ b/connectivity/source/commontools/TSortIndex.cxx @@ -135,10 +135,6 @@ void OSortIndex::Freeze() } // ----------------------------------------------------------------------------- -OKeyValue::OKeyValue() -{ -} -// ----------------------------------------------------------------------------- OKeyValue::OKeyValue(sal_Int32 nVal) : m_nValue(nVal) { diff --git a/connectivity/source/inc/TKeyValue.hxx b/connectivity/source/inc/TKeyValue.hxx index 9e07815313dd..b1df68b85209 100644 --- a/connectivity/source/inc/TKeyValue.hxx +++ b/connectivity/source/inc/TKeyValue.hxx @@ -31,7 +31,6 @@ namespace connectivity sal_Int32 m_nValue; protected: - OKeyValue(); OKeyValue(sal_Int32 nVal); public: |