summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-05-25 11:45:06 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-05-25 11:45:06 +0200
commit584157c19d5cac970b305645e6a478c6a2af3bef (patch)
tree909eafbd595f53fcd75c24ff2355d41864fd4a0c /sc/source/ui/inc/docsh.hxx
parentf4385ed8bf1da56c716bd4e48c5f5d739127c0d9 (diff)
cws tl79: #i110254# security tab page in 'File/Properties'
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rwxr-xr-xsc/source/ui/inc/docsh.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index 2c28663d107d..e4c02458ec6e 100755
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -421,11 +421,17 @@ public:
// passwword protection for Calc (derived from SfxObjectShell)
// see also: FID_CHG_RECORD, SID_CHG_PROTECT
+ virtual bool IsChangeRecording() const;
+ virtual bool HasChangeRecordProtection() const;
virtual void SetChangeRecording( bool bActivate );
virtual bool SetProtectionPassword( const String &rPassword );
virtual bool GetProtectionHash( /*out*/ ::com::sun::star::uno::Sequence< sal_Int8 > &rPasswordHash );
};
+
+void UpdateAcceptChangesDialog();
+
+
SO2_DECL_REF(ScDocShell)
SO2_IMPL_REF(ScDocShell)