summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/docsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/docsh.cxx')
-rw-r--r--sw/source/ui/app/docsh.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx
index 791287d1c9e0..1f60704b0054 100644
--- a/sw/source/ui/app/docsh.cxx
+++ b/sw/source/ui/app/docsh.cxx
@@ -1224,24 +1224,6 @@ const OUString SwDocShell::getDocAccTitle() const
return sRet;
}
-void SwDocShell::setDocReadOnly(bool bReadOnly)
-{
- if (pDoc)
- {
- pDoc->setDocReadOnly( bReadOnly );
- }
-}
-
-bool SwDocShell::getDocReadOnly() const
-{
- if (pDoc)
- {
- return pDoc->getDocReadOnly();
- }
-
- return false;
-}
-
static const char* s_EventNames[] =
{
"OnPageCountChange",