summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index 9bff2f06ad78..7e103902fb1f 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -423,11 +423,6 @@ public:
void SetSolverSaveData( const ScOptSolverSave& rData );
ScSheetSaveData* GetSheetSaveData();
- void setDocAccTitle( const OUString& rTitle ) { aDocument.setDocAccTitle( rTitle ); }
- const OUString getDocAccTitle() const { return aDocument.getDocAccTitle(); }
- void setDocReadOnly(bool b) { aDocument.setDocReadOnly(b); }
- bool getDocReadOnly() const { return aDocument.getDocReadOnly(); }
-
void ResetKeyBindings( ScOptionsUtil::KeyBindingType eType );
// password protection for Calc (derived from SfxObjectShell)