summaryrefslogtreecommitdiffstats
path: root/include/svl
diff options
context:
space:
mode:
authorTamas Bunth <tamas.bunth@collabora.co.uk>2017-10-19 16:57:06 +0200
committerTamás Bunth <btomi96@gmail.com>2017-10-20 10:30:12 +0200
commit1c80246e5ff8aeb3e05384d86766a56aa878c7be (patch)
treec70d13f712e769b5da0819aea5c94dfd88ec6f17 /include/svl
parentshrink ww6 fuzzer (diff)
downloadcore-1c80246e5ff8aeb3e05384d86766a56aa878c7be.tar.gz
core-1c80246e5ff8aeb3e05384d86766a56aa878c7be.zip
tdf#112100 Select shape name in Navigator
After the selection of a shape the shape name is selected in the Navigator tab under the Drawing Objects entry. It scrolls to the corresponding entry as well in case the scrollbar is visible. Change-Id: I298e8fe6bdab01eb20c53e1730812192c46770c5 Reviewed-on: https://gerrit.libreoffice.org/43566 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'include/svl')
-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 2b9c4131a884..2a0e981802b3 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -86,6 +86,7 @@ enum class SfxHintId {
ScKillEditView,
ScKillEditViewNoPaint,
ScHiddenRowsChanged,
+ ScSelectionChanged,
// SC accessibility hints
ScAccTableChanged,