summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabview.hxx
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2017-11-02 13:06:48 +0300
committerEike Rathke <erack@redhat.com>2017-11-20 22:27:34 +0100
commit5fccf17f33aa7e97314c14a5a4616b2f2643614c (patch)
tree77d3f0eda2d03002207204ea3790a4dc997fb0b0 /sc/source/ui/inc/tabview.hxx
parentd1f783aff7cfe42f3e4819d42d5b7e9ae31733d2 (diff)
tdf#95880 Add a lock mark on protected sheet tab.
Change-Id: Ic9ec598d9bfdf98336cc4a11af21502ca7a1e4fb Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/44558 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/tabview.hxx')
-rw-r--r--sc/source/ui/inc/tabview.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx
index 9fc8d311f3e0..0424a639759c 100644
--- a/sc/source/ui/inc/tabview.hxx
+++ b/sc/source/ui/inc/tabview.hxx
@@ -500,6 +500,7 @@ public:
void UpdateScrollBars();
void SetNewVisArea();
+ void SetTabProtectionSymbol( SCTAB nTab, const bool bProtect ); // for protection icon of a tab on tabbar
void InvalidateAttribs();