diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-26 20:46:40 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-26 20:46:40 -0400 |
commit | 261f56fa90796686709f5ae7de3fba96121c0709 (patch) | |
tree | 3d0e7973a3a781365bdda8ea48eb0edc3d9189da /sc/inc/table.hxx | |
parent | f16362fb7bf2d7823e8663ff56bcea235adfa513 (diff) |
Actually this method is totally redundant. Remove it.
There is already an existing method that does the same thing.
Change-Id: I627fa73cca8da35d703000bd27d33168612b4126
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 0f32c31b00e7..bb365dbf29d4 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -747,7 +747,6 @@ public: SCROW CountNonFilteredRows(SCROW nStartRow, SCROW nEndRow) const; bool IsManualRowHeight(SCROW nRow) const; - void SetRowHeightManual(SCROW nRow, bool bManual); void SyncColRowFlags(); |