summaryrefslogtreecommitdiff
path: root/framework/inc/classes/wildcard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/wildcard.hxx')
-rw-r--r--framework/inc/classes/wildcard.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/inc/classes/wildcard.hxx b/framework/inc/classes/wildcard.hxx
index c2bef274b3ab..e9ced168099a 100644
--- a/framework/inc/classes/wildcard.hxx
+++ b/framework/inc/classes/wildcard.hxx
@@ -56,20 +56,6 @@ class Wildcard
virtual ~Wildcard();
- // interface
-
- /*-****************************************************************************************************
- @short try to find an agreement between given text and searchpattern
- @descr You can use wildcards in pattern only!
- @param "sText" is the text, in which we search given pattern.
- @param "sPattern" is the searched pattern with includes wildcards.
- @return true , if pattern was found.
- @return false, if pattern don't match the text.
- *//*-*****************************************************************************************************/
-
- static bool match( const OUString& sText ,
- const OUString& sPattern );
-
}; // class Wildcard
} // namespace framework