summaryrefslogtreecommitdiff
path: root/sw/source/ui/app
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-12-04 11:20:07 +0000
committerOliver Specht <os@openoffice.org>2002-12-04 11:20:07 +0000
commita0b1a15b41190f1c9bbe685cc65ab01d0b0d3e52 (patch)
tree7a76880bfdb4bfc7faf54a012ec3c8ba059d32b7 /sw/source/ui/app
parente82e65412eea650ea27c60dc9bf9335fb076f0af (diff)
#103492# SwPagePreview: GetViewShell returns pointer
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r--sw/source/ui/app/swmodul1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/app/swmodul1.cxx b/sw/source/ui/app/swmodul1.cxx
index 8d0ad8815319..04071991b0b0 100644
--- a/sw/source/ui/app/swmodul1.cxx
+++ b/sw/source/ui/app/swmodul1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swmodul1.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: os $ $Date: 2002-11-29 12:09:40 $
+ * last change: $Author: os $ $Date: 2002-12-04 12:20:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -424,7 +424,7 @@ void SwModule::MakeUsrPref( SwViewOption &rToFill, sal_Bool bWeb ) const
}
}
else if( 0 != (pPPView = PTR_CAST( SwPagePreView, SfxViewShell::Current())) )
- rToFill = *(pPPView->GetViewShell().GetViewOptions());
+ rToFill = *(pPPView->GetViewShell()->GetViewOptions());
else
rToFill = *((SwModule*)this)->GetUsrPref( bWeb );
}