summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/svtools/tabbar.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx
index 48ac6d1f679f..7c13af5b9cee 100644
--- a/include/svtools/tabbar.hxx
+++ b/include/svtools/tabbar.hxx
@@ -441,6 +441,7 @@ public:
void SelectPage( sal_uInt16 nPageId, bool bSelect );
sal_uInt16 GetSelectPageCount() const;
bool IsPageSelected( sal_uInt16 nPageId ) const;
+ void SetProtectionSymbol( sal_uInt16 nPageId, bool bProtection );
void SetMaxPageWidth( long nMaxWidth );