diff options
author | obo <obo@openoffice.org> | 2011-03-16 13:45:30 +0100 |
---|---|---|
committer | obo <obo@openoffice.org> | 2011-03-16 13:45:30 +0100 |
commit | f6c764706cd411d3353666da91b334a899a12154 (patch) | |
tree | 3b9395427184c0a706e21f94ecb82a6966deaba6 /sw/inc/viewsh.hxx | |
parent | 5b2cda248a43fa7ed094271b5f553ff6e13d45aa (diff) |
masterfix DEV300: #i10000# build breaker in sw
Notes
Notes:
split repo tag: writer_ooo/DEV300_m103
Diffstat (limited to 'sw/inc/viewsh.hxx')
-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 647a8f7f2048..2daf85092b40 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -439,7 +439,7 @@ public: void LayoutIdle(); inline const SwViewOption *GetViewOptions() const { return pOpt; } - void ApplyViewOptions( const SwViewOption &rOpt ); + virtual void ApplyViewOptions( const SwViewOption &rOpt ); void SetUIOptions( const SwViewOption &rOpt ); void SetReadonlyOption(sal_Bool bSet); // Readonly-Bit d. ViewOptions setzen void SetPDFExportOption(sal_Bool bSet); // set/reset PDF export mode |