[Libreoffice-commits] core.git: sc/source
Stephan Bergmann
sbergman at redhat.com
Fri Oct 11 09:26:22 PDT 2013
sc/source/core/data/dociter.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 603b62c618b96e960ed8411626abc02418d5f3cc
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Oct 11 18:26:00 2013 +0200
-Werror,-Wunused-function
Change-Id: I27d1bd3f4a94ba6951e5082509980f45cf48650c
diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx
index a73b02b..3277d36 100644
--- a/sc/source/core/data/dociter.cxx
+++ b/sc/source/core/data/dociter.cxx
@@ -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)
{
More information about the Libreoffice-commits
mailing list