-Werror,-Wunused-function

Change-Id: I27d1bd3f4a94ba6951e5082509980f45cf48650c
This commit is contained in:
Stephan Bergmann
2013-10-11 18:26:00 +02:00
parent dbad3d0e6e
commit 603b62c618

View File

@@ -53,11 +53,6 @@ using ::std::set;
namespace {
void upperCase(OUString& rStr)
{
rStr = ScGlobal::pCharClass->uppercase(rStr.trim());
}
template<typename _Iter>
void incBlock(std::pair<_Iter, size_t>& rPos)
{