[Libreoffice-commits] .: 2 commits - desktop/source sc/inc sc/source unusedcode.easy
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Apr 25 09:02:27 PDT 2012
desktop/source/app/cmdlineargs.hxx | 1 +
sc/inc/dociter.hxx | 1 -
sc/source/core/data/dociter.cxx | 5 -----
unusedcode.easy | 1 -
4 files changed, 1 insertion(+), 7 deletions(-)
New commits:
commit bb8df514c22b805e8ab3dbe35fbed6d891882187
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Apr 25 17:01:35 2012 +0100
include vector
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx
index bc9382e..1ea0084 100644
--- a/desktop/source/app/cmdlineargs.hxx
+++ b/desktop/source/app/cmdlineargs.hxx
@@ -32,6 +32,7 @@
#include <rtl/ustring.hxx>
#include <osl/mutex.hxx>
#include "boost/optional.hpp"
+#include <vector>
namespace desktop
{
commit cbbcf32218f7905b462f83119e640c42bd76ce5c
Author: Jose Manuel <jmrecarey at gmail.com>
Date: Wed Apr 25 16:57:09 2012 +0100
unused code in dociter
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 79495e1..fe7aa54 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -573,7 +573,6 @@ public:
SCTAB mnTab;
::boost::shared_ptr<ScFlatBoolRowSegments> mpRanges;
- TabRanges();
TabRanges(SCTAB nTab);
};
diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx
index 874fa90..f2a9633 100644
--- a/sc/source/core/data/dociter.cxx
+++ b/sc/source/core/data/dociter.cxx
@@ -2197,11 +2197,6 @@ const ScPatternAttr* ScDocAttrIterator::GetNext( SCCOL& rCol, SCROW& rRow1, SCRO
// ============================================================================
-ScDocRowHeightUpdater::TabRanges::TabRanges() :
- mnTab(0), mpRanges(new ScFlatBoolRowSegments)
-{
-}
-
ScDocRowHeightUpdater::TabRanges::TabRanges(SCTAB nTab) :
mnTab(nTab), mpRanges(new ScFlatBoolRowSegments)
{
diff --git a/unusedcode.easy b/unusedcode.easy
index 5e0fc8c..f2ca669 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -52,7 +52,6 @@ ScDBCollection::AnonDBs::erase(boost::void_ptr_iterator<__gnu_debug::_Safe_itera
ScDBCollection::AnonDBs::findByTable(short) const
ScDPLabelData::ScDPLabelData(rtl::OUString const&, short, bool)
ScDPObject::HasGroups() const
-ScDocRowHeightUpdater::TabRanges::TabRanges()
ScHTMLColOffset::Insert(ScHTMLColOffset const*, unsigned short, unsigned short)
ScHTMLColOffset::Insert(unsigned long const&, unsigned short&)
ScHTMLColOffset::Insert(unsigned long const*, unsigned short)
More information about the Libreoffice-commits
mailing list