diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-11-07 01:39:29 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-07 01:39:29 -0400 |
commit | 40de2e3b67a85c5156ff51223c7289d738aeeff3 (patch) | |
tree | 1c82b19823403331997514cb63646509241159aa /sc/inc/scmatrix.hxx | |
parent | 3d13be5c037506e00b2a07a468a4f34acce94733 (diff) |
Fixed all build breaks. sc is again buildable.
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r-- | sc/inc/scmatrix.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx index deee92277f9e..675bbbad6378 100644 --- a/sc/inc/scmatrix.hxx +++ b/sc/inc/scmatrix.hxx @@ -226,6 +226,7 @@ public: ScMatrix( SCSIZE nC, SCSIZE nR, DensityType eType = FILLED_ZERO); /** Clone the matrix. */ + ScMatrix* Clone() const; ScMatrix* Clone( DensityType eType) const; /** Clone the matrix if mbCloneIfConst (immutable) is set, otherwise |