summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/cachedcontentresultset.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 10:31:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 11:30:49 +0200
commit08519ce8265b9b785f369623e1d6ad396c36d349 (patch)
treeb6c63ed7da7f02d3a04a753d3ff8f44dce44b2f7 /ucb/source/cacher/cachedcontentresultset.cxx
parent6c6c1eea82b259c7aec1e0ed5ff86bfd2eb0243f (diff)
loplugin:constmethod in ucb..uui
Change-Id: I53db381de8e063b6a3aa07051351e655c6f040fa Reviewed-on: https://gerrit.libreoffice.org/79782 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultset.cxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultset.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx
index 15f35adcfea1..2cccf730066b 100644
--- a/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/ucb/source/cacher/cachedcontentresultset.cxx
@@ -162,7 +162,7 @@ bool CachedContentResultSet::CCRS_Cache
}
sal_Int32 CachedContentResultSet::CCRS_Cache
- ::getMaxRow()
+ ::getMaxRow() const
{
if( !m_pResult )
return 0;
@@ -174,7 +174,7 @@ sal_Int32 CachedContentResultSet::CCRS_Cache
}
bool CachedContentResultSet::CCRS_Cache
- ::hasKnownLast()
+ ::hasKnownLast() const
{
if( !m_pResult )
return false;