summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 9c8f841a0dae..267060338d7a 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -283,6 +283,12 @@ public:
read by the binary filter: */
virtual void UpdateLinks();
+ virtual void setDocAccTitle( const OUString& rTitle );
+ virtual const OUString getDocAccTitle() const;
+
+ void setDocReadOnly( bool bReadOnly);
+ bool getDocReadOnly() const;
+
::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >
GetController();