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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/control/fileurlbox.cxx b/svtools/source/control/fileurlbox.cxx
index 7b3c794fd78c..06e599189242 100644
--- a/svtools/source/control/fileurlbox.cxx
+++ b/svtools/source/control/fileurlbox.cxx
@@ -29,14 +29,14 @@ namespace svt
//=====================================================================
//= FileURLBox
//=====================================================================
- //---------------------------------------------------------------------
+
FileURLBox::FileURLBox( Window* _pParent, WinBits _nStyle )
:SvtURLBox( _pParent, _nStyle, INET_PROT_FILE )
{
DisableHistory();
}
- //---------------------------------------------------------------------
+
void FileURLBox::DisplayURL( const OUString& _rURL )
{
OUString sOldText = GetText();
@@ -51,7 +51,7 @@ namespace svt
UpdatePickList();
}
- //---------------------------------------------------------------------
+
bool FileURLBox::PreNotify( NotifyEvent& _rNEvt )
{
switch ( _rNEvt.GetType() )
@@ -73,7 +73,7 @@ namespace svt
return SvtURLBox::PreNotify(_rNEvt);
}
- //---------------------------------------------------------------------
+
bool FileURLBox::Notify( NotifyEvent& _rNEvt )
{
switch ( _rNEvt.GetType() )