summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-18 16:04:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-18 16:27:43 +0100
commitfdf85819c33abe5a81d19a94b3bac0800b6cda30 (patch)
tree76609a61eae6e75fa72114aa8fb57125021c7b31 /include/tools
parentf1a8aefec91f51a15c951f53f283a38a2edcd141 (diff)
Related: fdo#38838 remove String::Match
Change-Id: I9db663dbcb432cbfe380e1272d6daaed3e6f4221
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/string.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx
index 16f28dbe4eaf..2e9e1cbc09d5 100644
--- a/include/tools/string.hxx
+++ b/include/tools/string.hxx
@@ -229,8 +229,6 @@ public:
sal_Bool Equals( const UniString& rStr,
xub_StrLen nIndex, xub_StrLen nLen ) const;
- xub_StrLen Match( const UniString& rStr ) const;
-
xub_StrLen Search( sal_Unicode c, xub_StrLen nIndex = 0 ) const;
xub_StrLen Search( const UniString& rStr, xub_StrLen nIndex = 0 ) const;