diff options
Diffstat (limited to 'include/svtools/fileview.hxx')
-rw-r--r-- | include/svtools/fileview.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx index d7cb77a19a47..917cfabab462 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -41,7 +41,6 @@ class ViewTabListBox_Impl; class SvtFileView_Impl; class SvTreeListEntry; class HeaderBar; -class IUrlFilter; /// the result of an action in the FileView enum FileViewResult @@ -192,8 +191,6 @@ public: String GetConfigString() const; void SetConfigString( const String& rCfgStr ); - void SetUrlFilter( const IUrlFilter* _pFilter ); - void EndInplaceEditing( bool _bCancel ); protected: |