summaryrefslogtreecommitdiff
path: root/svtools/source/control/fileurlbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/fileurlbox.cxx')
-rw-r--r--svtools/source/control/fileurlbox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/fileurlbox.cxx b/svtools/source/control/fileurlbox.cxx
index b0279228eecb..c13dd2b86305 100644
--- a/svtools/source/control/fileurlbox.cxx
+++ b/svtools/source/control/fileurlbox.cxx
@@ -74,7 +74,7 @@ namespace svt
}
//---------------------------------------------------------------------
- long FileURLBox::Notify( NotifyEvent& _rNEvt )
+ bool FileURLBox::Notify( NotifyEvent& _rNEvt )
{
switch ( _rNEvt.GetType() )
{
@@ -84,7 +84,7 @@ namespace svt
&& ( IsInDropDown() )
)
{
- long nReturn = SvtURLBox::Notify(_rNEvt);
+ bool nReturn = SvtURLBox::Notify(_rNEvt);
DisplayURL( m_sPreservedText );
return nReturn;
}