diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-05 12:44:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-05 12:44:36 +0000 |
commit | 36cc92a324cdcc530324b1029354dd0bf63fc8c8 (patch) | |
tree | 3b555163ae5590d26a95c6986f1ef8606c2351ac /sc/source/ui/dbgui/validate.cxx | |
parent | 955004ad99e7a4a3373ed58b211d0a8cddacb4a0 (diff) |
INTEGRATION: CWS calc17 (1.7.28); FILE MERGED
2003/09/25 09:05:17 dr 1.7.28.1: #111720# enable error box in validations by default
Diffstat (limited to 'sc/source/ui/dbgui/validate.cxx')
-rw-r--r-- | sc/source/ui/dbgui/validate.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx index 1058d356cece..54035e8109a2 100644 --- a/sc/source/ui/dbgui/validate.cxx +++ b/sc/source/ui/dbgui/validate.cxx @@ -2,9 +2,9 @@ * * $RCSfile: validate.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hjs $ $Date: 2003-08-19 11:39:33 $ + * last change: $Author: hr $ $Date: 2003-11-05 13:44:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -631,7 +631,7 @@ void __EXPORT ScTPValidationError::Reset( const SfxItemSet& rArgSet ) if ( rArgSet.GetItemState( FID_VALID_SHOWERR, TRUE, &pItem ) == SFX_ITEM_SET ) aTsbShow.SetState( ((const SfxBoolItem*)pItem)->GetValue() ? STATE_CHECK : STATE_NOCHECK ); else - aTsbShow.SetState( STATE_NOCHECK ); + aTsbShow.SetState( STATE_CHECK ); // #111720# check by default if ( rArgSet.GetItemState( FID_VALID_ERRSTYLE, TRUE, &pItem ) == SFX_ITEM_SET ) aLbAction.SelectEntryPos( ((const SfxAllEnumItem*)pItem)->GetValue() ); |