summaryrefslogtreecommitdiff
path: root/sfx2/inc/inettbc.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-12-18 07:37:15 +0000
committerMathias Bauer <mba@openoffice.org>2000-12-18 07:37:15 +0000
commitdf7025c19b7a212c0a23ba8d1ef5607caacdc7c1 (patch)
tree6188299c5f76e4f6e50bb94ef6f5664e130f8459 /sfx2/inc/inettbc.hxx
parent675c4556e227b61ef2029afb9b5199b503e1325c (diff)
#80158#: new GetURL
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r--sfx2/inc/inettbc.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index 39ba5b42b430..557eb8a2d194 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inettbc.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2000-12-07 14:33:35 $
+ * last change: $Author: mba $ $Date: 2000-12-18 08:37:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,7 +105,7 @@ protected:
public:
SfxURLBox( Window* pParent, INetProtocol eSmart = INET_PROT_NOT_VALID );
- void OpenURL( SfxPickEntry_Impl* pEntry, const String& rName, BOOL nMod ) const;
+ void OpenURL( const String& rName, BOOL nMod ) const;
void SetBaseURL( const String& rURL ) { aBaseURL = rURL; }
const String& GetBaseURL() const { return aBaseURL; }
void SetOpenHdl( const Link& rLink ) { aOpenHdl = rLink; }
@@ -115,6 +115,7 @@ public:
void SetSmartProtocol( INetProtocol eProt );
BOOL IsCtrlOpen()
{ return bCtrlClick; }
+ String GetURL();
};
#if _SOLAR__PRIVATE