summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 95443b5d9745..0b7fe1d1ae18 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -443,18 +443,7 @@ private:
bool mbUseEmbedFonts;
- OUString msDocAccTitle;
-
-public:
- void setDocAccTitle( const OUString& rTitle ) { msDocAccTitle = rTitle; }
- const OUString getDocAccTitle() const { return msDocAccTitle; }
-
-private:
- bool mbReadOnly;
-
public:
- void setDocReadOnly(bool b){ mbReadOnly = b; }
- bool getDocReadOnly() const { return mbReadOnly; }
sal_Bool IsCellInChangeTrack(const ScAddress &cell,Color *pColCellBoder);
void GetCellChangeTrackNote(const ScAddress &cell, OUString &strTrackText, sal_Bool &pbLeftEdge);
bool IsUsingEmbededFonts() { return mbUseEmbedFonts; }