diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-28 15:54:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-03 08:59:01 +0200 |
commit | bdfb4f8a3e204b9fe1fe29dbc670dc100da5019e (patch) | |
tree | fe4545e68f2b56946c4787df20783e76382682d3 /sc/inc/columnset.hxx | |
parent | 2148c4e9439c61c63a2bcf4078a839c0f9d6ee8c (diff) |
remove unused code sc::ColumnSet::has(short, short)
Change-Id: I6a31362ae2e2f37a96e7023c06b4c9af7821f925
Diffstat (limited to 'sc/inc/columnset.hxx')
-rw-r--r-- | sc/inc/columnset.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/columnset.hxx b/sc/inc/columnset.hxx index fb56303c1049..99c1d084346a 100644 --- a/sc/inc/columnset.hxx +++ b/sc/inc/columnset.hxx @@ -29,7 +29,6 @@ class ColumnSet public: void set(SCTAB nTab, SCCOL nCol); - bool has(SCTAB nTab, SCCOL nCol) const; void getColumns(SCTAB nTab, std::vector<SCCOL>& rCols) const; }; |