summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/viewopt.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-05-07 09:57:47 +0000
committerFrank Meies <fme@openoffice.org>2002-05-07 09:57:47 +0000
commit93cbf3394829fe69128540695a39f0e454420c12 (patch)
treee62359a253f40609d06e4721601cb3833980f260 /sw/source/ui/config/viewopt.cxx
parent8aa744b8a4643036eb5c66645fe83875cc034789 (diff)
#98823# Use Accessibility options
Diffstat (limited to 'sw/source/ui/config/viewopt.cxx')
-rw-r--r--sw/source/ui/config/viewopt.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/config/viewopt.cxx b/sw/source/ui/config/viewopt.cxx
index 0d8da2f3da..b461df58d1 100644
--- a/sw/source/ui/config/viewopt.cxx
+++ b/sw/source/ui/config/viewopt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewopt.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: os $ $Date: 2002-05-06 12:11:03 $
+ * last change: $Author: fme $ $Date: 2002-05-07 10:52:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -514,6 +514,7 @@ SwViewOption::SwViewOption(const SwViewOption& rVOpt)
nDivisionY = rVOpt.nDivisionY ;
nPagePrevRow = rVOpt.nPagePrevRow;
nPagePrevCol = rVOpt.nPagePrevCol;
+ bIsPagePreview = rVOpt.bIsPagePreview;
eZoom = rVOpt.eZoom ;
nTblDest = rVOpt.nTblDest ;
nUIOptions = rVOpt.nUIOptions ;