diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-26 08:39:57 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-26 08:39:57 +0000 |
commit | fdcde686b45a9e1dc72068e86a95d2f674b0e0e7 (patch) | |
tree | 1738f725f6076deada5bf1dc7518376443aa18d1 /sw/source/ui/uiview/view0.cxx | |
parent | cf6354718c7de7157827c0ce6da83deeafa97ad2 (diff) |
INTEGRATION: CWS swselection (1.20.156); FILE MERGED
2007/01/25 11:00:20 ama 1.20.156.1: Fix #i73765#: Warning caused by typo
Diffstat (limited to 'sw/source/ui/uiview/view0.cxx')
-rw-r--r-- | sw/source/ui/uiview/view0.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx index 593e43b13d..eda8ad067e 100644 --- a/sw/source/ui/uiview/view0.cxx +++ b/sw/source/ui/uiview/view0.cxx @@ -4,9 +4,9 @@ * * $RCSfile: view0.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:24:05 $ + * last change: $Author: rt $ $Date: 2007-04-26 09:39:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -369,7 +369,7 @@ void SwView::StateViewOptions(SfxItemSet &rSet) --------------------------------------------------------------------*/ void SwView::ExecViewOptions(SfxRequest &rReq) { - SwViewOption* pOpt = pOpt = new SwViewOption( *GetWrtShell().GetViewOptions() ); + SwViewOption* pOpt = new SwViewOption( *GetWrtShell().GetViewOptions() ); sal_Bool bModified = GetWrtShell().IsModified(); int eState = STATE_TOGGLE; |