diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-04-12 09:21:28 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-04-12 09:21:28 +0000 |
commit | b714bff151fac5d650f527b5fa837ff599378f7e (patch) | |
tree | 3d73014f165bba21bd305d1c86eda74b99ec5251 /sfx2/inc/inettbc.hxx | |
parent | ff0c9872c0371cabda127572708d5d67c90d30a9 (diff) |
#85872# bHistoryDisabled is only one bit (for compatibility)
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r-- | sfx2/inc/inettbc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx index 3ca1ced6f3cf..712816104cf6 100644 --- a/sfx2/inc/inettbc.hxx +++ b/sfx2/inc/inettbc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: inettbc.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: pb $ $Date: 2001-04-12 05:25:12 $ + * last change: $Author: fs $ $Date: 2001-04-12 10:21:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,7 @@ friend class SfxURLBox_Impl; BOOL bModified; BOOL bTryAutoComplete: 1, bCtrlClick: 1, - bHistoryDisabled; + bHistoryDisabled : 1; BOOL ProcessKey( const KeyCode& rCode ); void TryAutoComplete( BOOL bForward, BOOL bForce ); |