summaryrefslogtreecommitdiffstats
path: root/tools/inc/tools/string.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/string.hxx')
-rw-r--r--tools/inc/tools/string.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx
index 5b3f2707ec7c..9ab1540db54c 100644
--- a/tools/inc/tools/string.hxx
+++ b/tools/inc/tools/string.hxx
@@ -245,9 +245,6 @@ public:
UniString& Fill( xub_StrLen nCount, sal_Unicode cFillChar = ' ' );
UniString& Expand( xub_StrLen nCount, sal_Unicode cExpandChar = ' ' );
- UniString& EraseLeadingChars( sal_Unicode c = ' ' );
- UniString& EraseTrailingChars( sal_Unicode c = ' ' );
-
UniString& ToLowerAscii();
UniString& ToUpperAscii();