summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TSortIndex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/TSortIndex.hxx')
-rw-r--r--connectivity/source/inc/TSortIndex.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/inc/TSortIndex.hxx b/connectivity/source/inc/TSortIndex.hxx
index 6f2acdc01f90..84fe2746f496 100644
--- a/connectivity/source/inc/TSortIndex.hxx
+++ b/connectivity/source/inc/TSortIndex.hxx
@@ -92,13 +92,6 @@ namespace connectivity
*/
::rtl::Reference<OKeySet> CreateKeySet();
-
-
- // look at the name
- bool IsFrozen() const { return m_bFrozen; }
- // returns the current size of the keyvalues
- size_t Count() const { return m_aKeyValues.size(); }
-
inline const ::std::vector<OKeyType>& getKeyType() const { return m_aKeyType; }
inline TAscendingOrder getAscending(::std::vector<TAscendingOrder>::size_type _nPos) const { return m_aAscending[_nPos]; }