summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/linkarea.cxx
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2001-07-09 13:45:16 +0000
committerDirk Völzke <dv@openoffice.org>2001-07-09 13:45:16 +0000
commit4d508d0286381533a227465bd6934a5120498d1c (patch)
tree538d12523696f825d2b122e46bffc67d7b11393b /sc/source/ui/miscdlgs/linkarea.cxx
parent9c96955320001ad26ed9eb77e6a0e71d80edf481 (diff)
#89176# SfxURLBOX has been moved to svtools and was renamed to SvtURLBox
Diffstat (limited to 'sc/source/ui/miscdlgs/linkarea.cxx')
-rw-r--r--sc/source/ui/miscdlgs/linkarea.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/linkarea.cxx b/sc/source/ui/miscdlgs/linkarea.cxx
index 2c88c3078061..566c4ac3e0d3 100644
--- a/sc/source/ui/miscdlgs/linkarea.cxx
+++ b/sc/source/ui/miscdlgs/linkarea.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linkarea.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-06-27 15:05:31 $
+ * last change: $Author: dv $ $Date: 2001-07-09 14:45:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ ScLinkedAreaDlg::ScLinkedAreaDlg( Window* pParent ) :
{
FreeResource();
- aCbUrl.SetHelpId( HID_SCDLG_LINKAREAURL ); // SfxURLBox ctor always sets SID_OPENURL
+ aCbUrl.SetHelpId( HID_SCDLG_LINKAREAURL ); // SvtURLBox ctor always sets SID_OPENURL
aCbUrl.SetSelectHdl( LINK( this, ScLinkedAreaDlg, FileHdl ) );
aBtnBrowse.SetClickHdl( LINK( this, ScLinkedAreaDlg, BrowseHdl ) );
aLbRanges.SetSelectHdl( LINK( this, ScLinkedAreaDlg, RangeHdl ) );