summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/optdlg/tpview.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-10-01 08:30:25 +0000
committerNiklas Nebel <nn@openoffice.org>2001-10-01 08:30:25 +0000
commite2f1110605feb7e83ec6802df47b53dbd0e14b68 (patch)
tree36c5936c950bf01d2c0a81067e8238f553ff2aaa /sc/source/ui/optdlg/tpview.cxx
parent#92546# call rReq.Done for SID_VIEW_DATA_SOURCE_BROWSER toggle slot (diff)
downloadcore-e2f1110605feb7e83ec6802df47b53dbd0e14b68.tar.gz
core-e2f1110605feb7e83ec6802df47b53dbd0e14b68.zip
#i1730# corrected check for saved values of link update mode
Diffstat (limited to 'sc/source/ui/optdlg/tpview.cxx')
-rw-r--r--sc/source/ui/optdlg/tpview.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx
index 605bee6d498a..0e8a1a31b7a0 100644
--- a/sc/source/ui/optdlg/tpview.cxx
+++ b/sc/source/ui/optdlg/tpview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpview.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: nn $ $Date: 2001-05-14 19:07:57 $
+ * last change: $Author: nn $ $Date: 2001-10-01 09:30:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -560,8 +560,8 @@ BOOL ScTpLayoutOptions::FillItemSet( SfxItemSet& rCoreSet )
nSet=LM_NEVER;
}
- if(aRequestRB.IsChecked() != aNeverRB.GetSavedValue() ||
- aNeverRB.IsChecked() != aRequestRB.GetSavedValue() )
+ if(aRequestRB.IsChecked() != aRequestRB.GetSavedValue() ||
+ aNeverRB.IsChecked() != aNeverRB.GetSavedValue() )
{
if(pDoc)
pDoc->SetLinkMode(nSet);