summaryrefslogtreecommitdiff
path: root/include/comphelper/string.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/string.hxx')
-rw-r--r--include/comphelper/string.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/comphelper/string.hxx b/include/comphelper/string.hxx
index fc825f6ff35c..90b1e3e4384e 100644
--- a/include/comphelper/string.hxx
+++ b/include/comphelper/string.hxx
@@ -222,12 +222,6 @@ namespace detail
@return rBuf;
*/
-inline OStringBuffer& truncateToLength(
- OStringBuffer& rBuffer, sal_Int32 nLength)
-{
- return detail::truncateToLength(rBuffer, nLength);
-}
-
inline OUStringBuffer& truncateToLength(
OUStringBuffer& rBuffer, sal_Int32 nLength)
{