summaryrefslogtreecommitdiff
path: root/svx/source/dialog/hltpbase.cxx
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2001-07-09 13:54:43 +0000
committerDirk Völzke <dv@openoffice.org>2001-07-09 13:54:43 +0000
commitb09d59a0adfb981dfca62b6ee75c2943377a50fe (patch)
tree0ee20678a42e4a09d9ef186bf373333895acf55d /svx/source/dialog/hltpbase.cxx
parent1a960f985d8a25b88a0a558fd7b76e899a467916 (diff)
#89176# SfxURLBOX has been moved to svtools and was renamed to SvtURLBox
Diffstat (limited to 'svx/source/dialog/hltpbase.cxx')
-rw-r--r--svx/source/dialog/hltpbase.cxx17
1 files changed, 9 insertions, 8 deletions
diff --git a/svx/source/dialog/hltpbase.cxx b/svx/source/dialog/hltpbase.cxx
index 00d05491e95c..4a32db011e0e 100644
--- a/svx/source/dialog/hltpbase.cxx
+++ b/svx/source/dialog/hltpbase.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hltpbase.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ka $ $Date: 2001-07-04 08:09:25 $
+ * last change: $Author: dv $ $Date: 2001-07-09 14:54:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,8 +156,9 @@ BOOL SvxFramesComboBox::GetCurrentFrameNames ()
|*
|************************************************************************/
-SvxHyperURLBox::SvxHyperURLBox( Window* pParent, INetProtocol eSmart, BOOL bAddresses ) :
- SfxURLBox ( pParent, eSmart ),
+<<<<<<< hltpbase.cxx
+SvxHyperURLBox::SvxHyperURLBox( Window* pParent, INetProtocol eSmart, BOOL bAddresses )
+: SvtURLBox ( pParent, eSmart ),
DropTargetHelper ( this ),
mbAccessAddress (bAddresses)
{
@@ -309,19 +310,19 @@ String SvxHyperURLBox::GetAllEmailNamesFromDragItem( USHORT nItem )
void SvxHyperURLBox::Select()
{
- SfxURLBox::Select();
+ SvtURLBox::Select();
}
void SvxHyperURLBox::Modify()
{
- SfxURLBox::Modify();
+ SvtURLBox::Modify();
}
long SvxHyperURLBox::Notify( NotifyEvent& rNEvt )
{
- return SfxURLBox::Notify( rNEvt );
+ return SvtURLBox::Notify( rNEvt );
}
long SvxHyperURLBox::PreNotify( NotifyEvent& rNEvt )
{
- return SfxURLBox::PreNotify( rNEvt );
+ return SvtURLBox::PreNotify( rNEvt );
}
//########################################################################