diff options
author | Sven Jacobi <sj@openoffice.org> | 2001-10-01 14:19:22 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2001-10-01 14:19:22 +0000 |
commit | 510a3e6ea6e4e3e08bee5af44c5d7617182997cd (patch) | |
tree | d2703b49767e3fc9cd0d9169dca4693fd56690a5 /svx/inc/hyperdlg.hxx | |
parent | 5d489437e50611b38f4a99b350fceda0e8b32b85 (diff) |
#92532# grab the focus only once after initialization
Diffstat (limited to 'svx/inc/hyperdlg.hxx')
-rw-r--r-- | svx/inc/hyperdlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/hyperdlg.hxx b/svx/inc/hyperdlg.hxx index 3b699f2beaec..7f4201230adc 100644 --- a/svx/inc/hyperdlg.hxx +++ b/svx/inc/hyperdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hyperdlg.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: sj $ $Date: 2001-05-18 17:22:04 $ + * last change: $Author: sj $ $Date: 2001-10-01 15:19:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,7 +138,7 @@ private: sal_Bool mbDummy3 : 1; sal_Bool mbDummy4 : 1; sal_Bool mbDummy5 : 1; - sal_Bool mbDummy6 : 1; + sal_Bool mbGrabFocus : 1; sal_Bool mbReadOnly : 1; sal_Bool mbIsHTMLDoc : 1; |