diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-01-31 13:13:59 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-01-31 13:13:59 +0000 |
commit | 1e362456671a731f5749dcff481885edc5a4f347 (patch) | |
tree | b1e9f105563a1a062522f9162ff76573f7ee0f6a /sfx2/inc | |
parent | 2cf373fbfb406ec9cea6abbccda4e8e3e329abe2 (diff) |
added a ctor with ResId
Diffstat (limited to 'sfx2/inc')
-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 557eb8a2d194..40735204ed68 100644 --- a/sfx2/inc/inettbc.hxx +++ b/sfx2/inc/inettbc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: inettbc.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mba $ $Date: 2000-12-18 08:37:15 $ + * last change: $Author: fs $ $Date: 2001-01-31 14:13:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,6 +104,7 @@ protected: public: SfxURLBox( Window* pParent, INetProtocol eSmart = INET_PROT_NOT_VALID ); + SfxURLBox( Window* pParent, const ResId& _rResId, INetProtocol eSmart = INET_PROT_NOT_VALID ); void OpenURL( const String& rName, BOOL nMod ) const; void SetBaseURL( const String& rURL ) { aBaseURL = rURL; } |