summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filglob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filglob.hxx')
-rw-r--r--ucb/source/ucp/file/filglob.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/ucb/source/ucp/file/filglob.hxx b/ucb/source/ucp/file/filglob.hxx
index fbb6d8b266e3..ebf569adad40 100644
--- a/ucb/source/ucp/file/filglob.hxx
+++ b/ucb/source/ucp/file/filglob.hxx
@@ -28,24 +28,6 @@ namespace fileaccess {
class BaseContent;
- struct equalOUString
- {
- bool operator()( const OUString& rKey1, const OUString& rKey2 ) const
- {
- return !!( rKey1 == rKey2 );
- }
- };
-
-
- struct hashOUString
- {
- size_t operator()( const OUString& rName ) const
- {
- return rName.hashCode();
- }
- };
-
-
/******************************************************************************/
/* */
/* Helper functions */