summaryrefslogtreecommitdiff
path: root/include/svtools/inettbc.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-14 19:07:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-14 19:14:34 +0200
commit03535b91605ae0cfdf3be5eb2dfdf5de5374bdb2 (patch)
tree20d1abc873bd805b28d94004f6d20874b5fc4721 /include/svtools/inettbc.hxx
parent09c20b2f623e2271a3ab9eb82c2419a8951320c1 (diff)
Remove obsolete RestrictedPath env var support
Change-Id: Ia4ea7d60d7b69c863c1e891887060265e73e1cb6
Diffstat (limited to 'include/svtools/inettbc.hxx')
-rw-r--r--include/svtools/inettbc.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index a8e85eaf7647..3b8dbca8ff4b 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -27,7 +27,6 @@
#include <vcl/combobox.hxx>
-class IUrlFilter;
class SvtMatchContext_Impl;
class SvtURLBox_Impl;
class SVT_DLLPUBLIC SvtURLBox : public ComboBox
@@ -83,7 +82,6 @@ public:
static String ParseSmart( String aText, String aBaseURL, String aWorkDir );
void SetFilter(const String& _sFilter);
- void SetUrlFilter( const IUrlFilter* _pFilter );
inline void EnableAutocompletion( sal_Bool _bEnable = sal_True )
{ bIsAutoCompleteEnabled = _bEnable; }