summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/FilterContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/FilterContainer.hxx')
-rw-r--r--fpicker/source/win32/FilterContainer.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/fpicker/source/win32/FilterContainer.hxx b/fpicker/source/win32/FilterContainer.hxx
index 89c3987aca45..f54b10a7f3f0 100644
--- a/fpicker/source/win32/FilterContainer.hxx
+++ b/fpicker/source/win32/FilterContainer.hxx
@@ -58,11 +58,12 @@ public:
// clear all entries
void empty( );
- // retrieve a filter from the container both methods
+ // retrieve a filter from the container. These methods
// return true on success and false if the specified
// filter was not found
- bool getFilter( const OUString& aName, OUString& theFilter ) const;
- bool getFilter( sal_Int32 aIndex, OUString& theFilter ) const;
+ bool getFilterByName(const OUString& aName, OUString& theFilter) const;
+ bool getFilterByIndex(sal_Int32 aIndex, OUString& theFilter) const;
+ bool getFilterNameByIndex(sal_Int32 aIndex, OUString& theName) const;
// returns the position of the specified filter or -1
// if the filter was not found