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.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/svtools/source/control/fileurlbox.cxx b/svtools/source/control/fileurlbox.cxx
index f2880feef2d0..d67b53547a7f 100644
--- a/svtools/source/control/fileurlbox.cxx
+++ b/svtools/source/control/fileurlbox.cxx
@@ -41,13 +41,6 @@ namespace svt
//= FileURLBox
//=====================================================================
//---------------------------------------------------------------------
- FileURLBox::FileURLBox(Window* _pParent)
- :SvtURLBox(_pParent, INET_PROT_FILE)
- {
- DisableHistory();
- }
-
- //---------------------------------------------------------------------
FileURLBox::FileURLBox( Window* _pParent, WinBits _nStyle )
:SvtURLBox( _pParent, _nStyle, INET_PROT_FILE )
{
@@ -55,13 +48,6 @@ namespace svt
}
//---------------------------------------------------------------------
- FileURLBox::FileURLBox(Window* _pParent, const ResId& _rId)
- :SvtURLBox(_pParent, _rId, INET_PROT_FILE)
- {
- DisableHistory();
- }
-
- //---------------------------------------------------------------------
void FileURLBox::DisplayURL( const String& _rURL )
{
String sOldText = GetText();