summaryrefslogtreecommitdiff
path: root/svtools/source/control/urlcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/urlcontrol.cxx')
-rw-r--r--svtools/source/control/urlcontrol.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/control/urlcontrol.cxx b/svtools/source/control/urlcontrol.cxx
index d526a68e2e1a..ab11ade6263e 100644
--- a/svtools/source/control/urlcontrol.cxx
+++ b/svtools/source/control/urlcontrol.cxx
@@ -30,7 +30,7 @@ namespace svt
//=====================================================================
//= OFileURLControl
//=====================================================================
- //---------------------------------------------------------------------
+
OFileURLControl::OFileURLControl(Window* _pParent, const ResId& _rId)
: SvtURLBox(_pParent, _rId, INET_PROT_FILE)
{
@@ -52,7 +52,7 @@ namespace svt
return pListBox;
}
- //---------------------------------------------------------------------
+
bool OFileURLControl::PreNotify( NotifyEvent& _rNEvt )
{
if (GetSubEdit() == _rNEvt.GetWindow())
@@ -64,7 +64,7 @@ namespace svt
return SvtURLBox::PreNotify(_rNEvt);
}
- //---------------------------------------------------------------------
+
bool OFileURLControl::Notify( NotifyEvent& _rNEvt )
{
if (GetSubEdit() == _rNEvt.GetWindow())