summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArul Michael <arul71.m@gmail.com>2017-05-16 17:05:19 +0530
committerEike Rathke <erack@redhat.com>2017-05-18 13:11:26 +0200
commit47cbf098ee6019a2090b2e933439fd4aa399ed20 (patch)
tree9dabbc0dee3f980de7d4250acdb4202e4f802114 /include
parent7c4ad801bf9812851d911aca1a6c8d8a965f475a (diff)
New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-up
Adding new Hintid for HideRows so that we notify only formulas with subtotal and aggregate function for recalculation. Added unit testing. Change-Id: I44f2e45acaf697f91744bc8202f27b218faa5b43
Diffstat (limited to 'include')
-rw-r--r--include/svl/hint.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx
index 2c94c4529300..f7f0c73e062e 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -85,6 +85,7 @@ enum class SfxHintId {
ScRefModeChanged,
ScKillEditView,
ScKillEditViewNoPaint,
+ ScHiddenRowsChanged,
// SC accessibility hints
ScAccTableChanged,