summaryrefslogtreecommitdiffstats
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 68e046af6397..8868747254d9 100644
--- a/svtools/source/control/fileurlbox.cxx
+++ b/svtools/source/control/fileurlbox.cxx
@@ -85,9 +85,9 @@ namespace svt
&& ( IsInDropDown() )
)
{
- bool nReturn = SvtURLBox::Notify(_rNEvt);
+ bool bReturn = SvtURLBox::Notify(_rNEvt);
DisplayURL( m_sPreservedText );
- return nReturn;
+ return bReturn;
}
}