summaryrefslogtreecommitdiff
path: root/sfx2/inc/inettbc.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-04-12 04:27:15 +0000
committerPeter Burow <pb@openoffice.org>2001-04-12 04:27:15 +0000
commit47f5d31f44650717930fc52bf3626d038c4ae39d (patch)
treeb36deba933de9a07784ca9b90c236ad3485ec895 /sfx2/inc/inettbc.hxx
parent7e9f8730d00b54544615d53b9f1c02ed79580bc4 (diff)
fix: #85872# add: DisableHistory()
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r--sfx2/inc/inettbc.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index 890c1dffeade..3ca1ced6f3cf 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inettbc.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2001-02-08 10:11:59 $
+ * last change: $Author: pb $ $Date: 2001-04-12 05:25:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,8 @@ friend class SfxURLBox_Impl;
BOOL bOnlyDirectories;
BOOL bModified;
BOOL bTryAutoComplete: 1,
- bCtrlClick: 1;
+ bCtrlClick: 1,
+ bHistoryDisabled;
BOOL ProcessKey( const KeyCode& rCode );
void TryAutoComplete( BOOL bForward, BOOL bForce );
@@ -118,6 +119,7 @@ public:
BOOL IsCtrlOpen()
{ return bCtrlClick; }
String GetURL();
+ void DisableHistory();
};
#if _SOLAR__PRIVATE