diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-02-08 09:11:59 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-02-08 09:11:59 +0000 |
commit | 0386e1729db0b78d3b60c020044211c819fa19b6 (patch) | |
tree | 5dd38341ec10c4c64f1b58ab4838e28659d06b51 /sfx2 | |
parent | a70d391b66bd35c795c6f12a4117c2f797c81b49 (diff) |
#80941#: new dtor
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/inettbc.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx index 40735204ed68..890c1dffeade 100644 --- a/sfx2/inc/inettbc.hxx +++ b/sfx2/inc/inettbc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: inettbc.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2001-01-31 14:13:59 $ + * last change: $Author: mba $ $Date: 2001-02-08 10:11:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,6 +105,7 @@ protected: public: SfxURLBox( Window* pParent, INetProtocol eSmart = INET_PROT_NOT_VALID ); SfxURLBox( Window* pParent, const ResId& _rResId, INetProtocol eSmart = INET_PROT_NOT_VALID ); + ~SfxURLBox(); void OpenURL( const String& rName, BOOL nMod ) const; void SetBaseURL( const String& rURL ) { aBaseURL = rURL; } |