summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excrecds.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-08-01 14:29:34 +0100
committerNoel Power <noel.power@suse.com>2013-08-01 16:59:22 +0100
commit8ce1124359783df750d176b8390b4eb0f54fb6ba (patch)
tree51699927e2739295e676e81a68f71cff7b46c809 /sc/source/filter/inc/excrecds.hxx
parent016e18680e471d9f0cea8ee35f9716ae0f9baa11 (diff)
2nd step to export SheetProtection fdo#64753, actually export the data
Change-Id: Id9fa1f9b917f9df8ca0ead02dfd5405388039b4b
Diffstat (limited to 'sc/source/filter/inc/excrecds.hxx')
-rw-r--r--sc/source/filter/inc/excrecds.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/source/filter/inc/excrecds.hxx b/sc/source/filter/inc/excrecds.hxx
index 426f0cfcd7b0..f0de420a792c 100644
--- a/sc/source/filter/inc/excrecds.hxx
+++ b/sc/source/filter/inc/excrecds.hxx
@@ -191,6 +191,14 @@ class XclExpProtection : public XclExpBoolRecord
XclExpProtection(bool bValue);
};
+class XclExpSheetProtection : public XclExpProtection
+{
+ SCTAB mnTab;
+ public:
+ XclExpSheetProtection(bool bValue, SCTAB nTab);
+ virtual void SaveXml( XclExpXmlStream& rStrm );
+};
+
class XclExpPassHash : public XclExpRecord
{
public: