diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-09 09:13:10 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-09 21:34:08 +0200 |
commit | 16400db4629133ad59ce8cbc8746a63b33202fd3 (patch) | |
tree | 0e37f19c60edb18847e8e507208203b388df7644 /sw/inc | |
parent | 052f181dad89ad34d90513bc9dcd3e3239727933 (diff) |
Header/Footer: don't show the separator action in readonly mode
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 472739e988a3..3f95de7ac0d5 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -423,7 +423,7 @@ public: inline const SwViewOption *GetViewOptions() const { return pOpt; } virtual void ApplyViewOptions( const SwViewOption &rOpt ); void SetUIOptions( const SwViewOption &rOpt ); - void SetReadonlyOption(sal_Bool bSet); // Set readonly-bit of ViewOptions. + virtual void SetReadonlyOption(sal_Bool bSet); // Set readonly-bit of ViewOptions. void SetPDFExportOption(sal_Bool bSet); // Set/reset PDF export mode. void SetPrtFormatOption(sal_Bool bSet); // Set PrtFormat-Bit of ViewOptions. void SetReadonlySelectionOption(sal_Bool bSet); // Change the selection mode in readonly docs. |