summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TSortIndex.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-29 10:15:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-29 10:15:06 +0100
commitd567a320b20bbbe5abe8c8cdc25476076f7fbcff (patch)
treec5876c22e895a267889d52ea7b80ae93de41ad91 /connectivity/source/inc/TSortIndex.hxx
parenta4849e9d2b409b399191efaa446d42b797cc3d1e (diff)
WaE: signed/unsigned etc.
Change-Id: I3e2e43f5854b8bc33a442ecd25e089d20a122018
Diffstat (limited to 'connectivity/source/inc/TSortIndex.hxx')
-rw-r--r--connectivity/source/inc/TSortIndex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/TSortIndex.hxx b/connectivity/source/inc/TSortIndex.hxx
index 4a92d22dce50..47c8e7f46c60 100644
--- a/connectivity/source/inc/TSortIndex.hxx
+++ b/connectivity/source/inc/TSortIndex.hxx
@@ -106,7 +106,7 @@ namespace connectivity
// look at the name
sal_Bool IsFrozen() const { return m_bFrozen; }
// returns the current size of the keyvalues
- sal_Int32 Count() const { return m_aKeyValues.size(); }
+ 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]; }