diff options
author | Eike Rathke <erack@redhat.com> | 2018-10-15 20:38:11 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-10-15 22:30:09 +0200 |
commit | 8c8926d127a3113a6cabc67df6cc6f7f0d583f98 (patch) | |
tree | 9a7aeccc008e9621d3f1db5b75d86cb0ec1fc7f7 /sc/inc/conditio.hxx | |
parent | bafd49fb4d72b6dbb10b2fea1386d295dc9d435c (diff) |
Introduce and use ScConditionalFormatList::empty() instead of size()
Change-Id: If42fdfbcac74ef2a04bd5d006272a5c1a4f510e2
Reviewed-on: https://gerrit.libreoffice.org/61804
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/inc/conditio.hxx')
-rw-r--r-- | sc/inc/conditio.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index e1bda2ba71d7..65c9067b8700 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -650,6 +650,7 @@ public: const_iterator end() const; size_t size() const; + bool empty() const; void erase(sal_uLong nIndex); void clear(); |