summaryrefslogtreecommitdiff
path: root/sw/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
commitc1a5e74fa9d1a364cd85049cf32f650e92851ee1 (patch)
tree01e6186bdb3ff1ebc051c207825b43b44690ffe1 /sw/inc/docsh.hxx
parent9c4d0fbe73cf1311aa82cc986206fdb9ddd9c6c3 (diff)
cws tl79: #i110254# security tab page in 'File/Properties'
Diffstat (limited to 'sw/inc/docsh.hxx')
-rwxr-xr-xsw/inc/docsh.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 75d32b1b7f1d..3dd338a5e129 100755
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -306,6 +306,8 @@ public:
// passwword protection for Writer (derived from SfxObjectShell)
// see also: FN_REDLINE_ON, FN_REDLINE_ON
+ 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 );