[Libreoffice-commits] .: sc/source
Markus Mohrhard
mmohrhard at kemper.freedesktop.org
Wed Jun 29 12:03:03 PDT 2011
sc/source/filter/excel/xlroot.cxx | 5 -----
sc/source/filter/inc/xlroot.hxx | 2 --
2 files changed, 7 deletions(-)
New commits:
commit 53d146af56093a8e353856747f23b34bc916655b
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Wed Jun 29 20:41:15 2011 +0200
some clean-up
diff --git a/sc/source/filter/excel/xlroot.cxx b/sc/source/filter/excel/xlroot.cxx
index 8514cd5..a0ee852 100644
--- a/sc/source/filter/excel/xlroot.cxx
+++ b/sc/source/filter/excel/xlroot.cxx
@@ -317,11 +317,6 @@ ScRangeName& XclRoot::GetNamedRanges() const
return *GetDoc().GetRangeName();
}
-ScRangeName* XclRoot::GetNamedRanges(SCTAB nTab) const
-{
- return GetDoc().GetRangeName(nTab);
-}
-
ScDBCollection& XclRoot::GetDatabaseRanges() const
{
return *GetDoc().GetDBCollection();
diff --git a/sc/source/filter/inc/xlroot.hxx b/sc/source/filter/inc/xlroot.hxx
index 7f2c7a3..d1e575e 100644
--- a/sc/source/filter/inc/xlroot.hxx
+++ b/sc/source/filter/inc/xlroot.hxx
@@ -235,8 +235,6 @@ public:
ScStyleSheetPool& GetStyleSheetPool() const;
/** Returns the defined names container of the Calc document. */
ScRangeName& GetNamedRanges() const;
- /** Returns the defined names container of the Calc sheet. */
- ScRangeName* GetNamedRanges(SCTAB nTab) const;
/** Returns the database ranges container of the Calc document. */
ScDBCollection& GetDatabaseRanges() const;
/** Returns the drawing layer page of the passed sheet, if present. */
More information about the Libreoffice-commits
mailing list