summaryrefslogtreecommitdiff
path: root/ucb/source/cacher
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-10 12:28:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-11 07:00:53 +0100
commit30e99b793fc26d2c86363bf8c023cdd2c05940b1 (patch)
treef521571d7197728e717d95c69d871e376c48ab98 /ucb/source/cacher
parent9e03f6820417c9fcda27b49d9fa5a464f1255c84 (diff)
loplugin:indentation in ucb..ucbhelper
Change-Id: Ifa4b34065dacf9e144f076631c57f1d01aedaeeb Reviewed-on: https://gerrit.libreoffice.org/67608 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/cacher')
-rw-r--r--ucb/source/cacher/cachedcontentresultset.cxx2
-rw-r--r--ucb/source/cacher/dynamicresultsetwrapper.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx
index 93db8c575688..c9592879397f 100644
--- a/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/ucb/source/cacher/cachedcontentresultset.cxx
@@ -1492,7 +1492,7 @@ sal_Bool SAL_CALL CachedContentResultSet
return true;
sal_Int32 nNewRow = m_nRow + rows;
- if( nNewRow < 0 )
+ if( nNewRow < 0 )
nNewRow = 0;
if( impl_isKnownValidPosition( nNewRow ) )
diff --git a/ucb/source/cacher/dynamicresultsetwrapper.cxx b/ucb/source/cacher/dynamicresultsetwrapper.cxx
index c7aa27949429..fc6d0dbf90de 100644
--- a/ucb/source/cacher/dynamicresultsetwrapper.cxx
+++ b/ucb/source/cacher/dynamicresultsetwrapper.cxx
@@ -240,7 +240,7 @@ void DynamicResultSetWrapper::impl_notify( const ListEvent& Changes )
aWelcome.Old = m_xMyResultOne;
aWelcome.New = m_xMyResultTwo;
- rAction.ActionInfo <<= aWelcome;
+ rAction.ActionInfo <<= aWelcome;
}
else
{