diff options
author | Eike Rathke <erack@redhat.com> | 2015-07-09 21:05:20 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-07-09 21:13:43 +0200 |
commit | 2aefb89b299e7ebdca5bb35aa4e9059e59805715 (patch) | |
tree | 6100af68019bdee351fc849d885103a8b2d2ae1f /sc/inc | |
parent | 57792314c7b05f71c66834ee47bfaa09003df765 (diff) |
execute the terrible bottle neck loop only if there are conditional formats
Change-Id: Ic8bd65a728289c9fa1a0721b0ecbd9b4a48672ca
Diffstat (limited to 'sc/inc')
-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 fc039c0a8246..4a813c998844 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -495,6 +495,7 @@ public: const_iterator end() const; size_t size() const; + bool empty() const; void erase(sal_uLong nIndex); |