summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgname.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-01-05 15:24:46 +0000
committerRüdiger Timm <rt@openoffice.org>2004-01-05 15:24:46 +0000
commit7e3d7ea0f47cd8c19a10bf8592f21a92e20cb392 (patch)
tree00e44fb8c243fdc75cd3bc4a416e06e1a2319306 /svx/source/dialog/dlgname.cxx
parent14785549eaa36949055807c24a659dbcfeb79b95 (diff)
INTEGRATION: CWS os24 (1.2.506); FILE MERGED
2003/12/01 11:15:57 os 1.2.506.1: #i21659# preselect Name edit field
Diffstat (limited to 'svx/source/dialog/dlgname.cxx')
-rw-r--r--svx/source/dialog/dlgname.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/dlgname.cxx b/svx/source/dialog/dlgname.cxx
index bc0407f6c818..be962db6ba60 100644
--- a/svx/source/dialog/dlgname.cxx
+++ b/svx/source/dialog/dlgname.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgname.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2002-02-28 16:47:13 $
+ * last change: $Author: rt $ $Date: 2004-01-05 16:24:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,7 @@ SvxNameDialog::SvxNameDialog( Window* pWindow, const String& rName, const String
aFtDescription.SetText( rDesc );
aEdtName.SetText( rName );
+ aEdtName.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX));
ModifyHdl(&aEdtName);
aEdtName.SetModifyHdl(LINK(this, SvxNameDialog, ModifyHdl));
}