summaryrefslogtreecommitdiffstats
path: root/sc/inc/rangenam.hxx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-09-03 12:02:53 -0300
committerThomas Arnhold <thomas@arnhold.org>2013-09-04 20:50:19 +0000
commit62d50671919424ca4dd80cd7733b7b259132b9ab (patch)
tree62796e4e952d73685b1380e750d80dde354b2b95 /sc/inc/rangenam.hxx
parentfor zh-HK or zh-MO also list zh-TW as fallback (diff)
downloadcore-62d50671919424ca4dd80cd7733b7b259132b9ab.tar.gz
core-62d50671919424ca4dd80cd7733b7b259132b9ab.zip
Remove more unused methods
Change-Id: I8fec40d767905bcca366257a67f669eaa1055cbc Reviewed-on: https://gerrit.libreoffice.org/5789 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r--sc/inc/rangenam.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index e2731b5663f5..007ed70861a2 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -148,9 +148,7 @@ public:
static void MakeValidName( String& rName );
SC_DLLPUBLIC static bool IsNameValid( const String& rName, ScDocument* pDoc );
- SC_DLLPUBLIC void SetMaxRow(SCROW nRow);
SCROW GetMaxRow() const;
- SC_DLLPUBLIC void SetMaxCol(SCCOL nCol);
SCCOL GetMaxCol() const;
void CompileUnresolvedXML();