diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-26 23:32:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-26 23:39:04 +0200 |
commit | bf2373daf50595c02741f63d941fda0462535d62 (patch) | |
tree | 8648bb9d6328a43d5c1e52ca2169097ada413251 /svtools/source/dialogs/filedlg2.hxx | |
parent | bb4b28f3642e6fd86881c0fd4c030b5872cde7fa (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'svtools/source/dialogs/filedlg2.hxx')
-rw-r--r-- | svtools/source/dialogs/filedlg2.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/dialogs/filedlg2.hxx b/svtools/source/dialogs/filedlg2.hxx index e65bebe6f155..a7bba2013f55 100644 --- a/svtools/source/dialogs/filedlg2.hxx +++ b/svtools/source/dialogs/filedlg2.hxx @@ -159,8 +159,6 @@ public: virtual ~ImpFileDialog(); void AddFilter( const String& rFilter, const String& rMask ); - void RemoveFilter( const String& rFilter ); - void RemoveAllFilter(); void SetCurFilter( const String& rFilter ); String GetCurFilter() const; |