summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-19 13:10:56 +0200
committerNoel Grandin <noel@peralex.com>2016-01-19 13:45:44 +0200
commitc0b199b3c69ace999db6e688466b2bbd9ad7c389 (patch)
tree711dc1d1ae55aa3c4d7e085eda9cf63382a445ca /sal
parent0d31873dc1f40963b70a3840537e9c25bec7cff0 (diff)
loplugin:unusedmethods in sc/
Change-Id: I2c24d06d9fad26c65fa13cdcaa2c3f908971106c
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/inc/stringhelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/qa/inc/stringhelper.hxx b/sal/qa/inc/stringhelper.hxx
index cb7a0ab70c06..e7a03287a32e 100644
--- a/sal/qa/inc/stringhelper.hxx
+++ b/sal/qa/inc/stringhelper.hxx
@@ -27,10 +27,6 @@ inline void operator <<= (rtl::OString& _rAsciiString, rtl::OUString const & _rU
{
_rAsciiString = rtl::OUStringToOString(_rUnicodeString,RTL_TEXTENCODING_ASCII_US);
}
-inline void operator <<= (rtl::OUString& _rUnicodeString, rtl::OString const & _rAsciiString )
-{
- _rUnicodeString = rtl::OStringToOUString(_rAsciiString, RTL_TEXTENCODING_ASCII_US);
-}
#endif