diff options
author | Eike Rathke <erack@redhat.com> | 2022-09-05 20:31:05 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2022-09-06 01:20:14 +0200 |
commit | 540a312af2f02108ea90f5d2a9f3bf573db622e5 (patch) | |
tree | 181ce0fbc78116097490d0abe61a47f13ac4d036 /include | |
parent | 47981aeb3a233a01a8b099d3fe2c3f5a8a9cfb7b (diff) |
Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-up
... instead of ScTablesRenamed, as ScAreasChanged (confusingly
named) was meant exactly for this and also updates the Navigator.
Change-Id: I6d90b82e6d5121e69c1a40af369be36544ad1b3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139453
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/hint.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index f7be42e8160d..0009a2b3b080 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -75,7 +75,6 @@ enum class SfxHintId { ScAreaChanged, ScAreasChanged, ScTablesChanged, - ScTablesRenamed, ScDrawChanged, ScDocNameChanged, ScAreaLinksChanged, @@ -190,7 +189,6 @@ inline std::basic_ostream<charT, traits> & operator <<( case SfxHintId::ScAreaChanged: return stream << "ScAreaChanged"; case SfxHintId::ScAreasChanged: return stream << "ScAreasChanged"; case SfxHintId::ScTablesChanged: return stream << "ScTablesChanged"; - case SfxHintId::ScTablesRenamed: return stream << "ScTablesRenamed"; case SfxHintId::ScDrawChanged: return stream << "ScDrawChanged"; case SfxHintId::ScDocNameChanged: return stream << "ScDocNameChanged"; case SfxHintId::ScAreaLinksChanged: return stream << "ScAreaLinksChanged"; |