diff options
author | Björn Milcke <bm@openoffice.org> | 2002-11-06 15:30:57 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2002-11-06 15:30:57 +0000 |
commit | 7ff82faefa47254ac9c2ef5d2e857e06c3c9a2fc (patch) | |
tree | 9c1ef25ad5b5cc5a6f658715ff9f9d707ec89a0f /sd/source/ui/view/drviews2.cxx | |
parent | 7de2c63c8ff8ad77084f7fe429c787e8d897d211 (diff) |
#102103# enable an immediate (initial) check for validity (in case the initial
text for the edit field is already invalid).
Diffstat (limited to 'sd/source/ui/view/drviews2.cxx')
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index b6e698028081..a4024ef538ee 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drviews2.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: bm $ $Date: 2002-11-04 17:42:44 $ + * last change: $Author: bm $ $Date: 2002-11-06 16:30:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -703,7 +703,7 @@ void SdDrawViewShell::FuTemporary(SfxRequest& rReq) SvxNameDialog aNameDlg( pWindow, aPageName, aDescr ); aNameDlg.SetText( aTitle ); - aNameDlg.SetCheckNameHdl( LINK( this, SdDrawViewShell, RenameSlideHdl ) ); + aNameDlg.SetCheckNameHdl( LINK( this, SdDrawViewShell, RenameSlideHdl ), true ); aNameDlg.SetEditHelpId( HID_SD_NAMEDIALOG_PAGE ); if( aNameDlg.Execute() == RET_OK ) |