diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-11-07 00:17:33 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-07 00:17:33 -0400 |
commit | 85233e5787a324c19b9e54f40c659b8a3ff62236 (patch) | |
tree | e0230b0b3adaa3e024ca9b2b02ce57ec31a3609e /sc/inc/scmatrix.hxx | |
parent | da6d8255194af0b4dba5dd30e1df766faeabb4e0 (diff) |
More on removal of methods that take nIndex.
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r-- | sc/inc/scmatrix.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx index 9bc70d74a447..9387bc552a15 100644 --- a/sc/inc/scmatrix.hxx +++ b/sc/inc/scmatrix.hxx @@ -310,7 +310,6 @@ public: Use GetErrorIfNotString() instead if not sure. @returns 0 if no error, else one of err... constants */ USHORT GetError( SCSIZE nC, SCSIZE nR) const; - USHORT GetError( SCSIZE nIndex) const; /** Use in ScInterpreter to obtain the error code, if any. @returns 0 if no error or string element, else one of err... constants */ |