summaryrefslogtreecommitdiffstats
path: root/sc/inc/addincol.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-01 16:04:35 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-01 18:55:53 -0400
commited76237e41ecdb58f524e14ea6b8866f8dacf6a9 (patch)
treea33661b0686eb87e203b5c9f329867eb91c6ce0e /sc/inc/addincol.hxx
parentRework SUMPRODUCT to reduce the number of block position lookups. (diff)
downloadcore-ed76237e41ecdb58f524e14ea6b8866f8dacf6a9.tar.gz
core-ed76237e41ecdb58f524e14ea6b8866f8dacf6a9.zip
Reduce dependency on the matrix header.
Change-Id: Iade09d108aec78f8cbe92f9103f206d0c99fab8e
Diffstat (limited to 'sc/inc/addincol.hxx')
-rw-r--r--sc/inc/addincol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx
index 15abd4c7bce5..4b440a258652 100644
--- a/sc/inc/addincol.hxx
+++ b/sc/inc/addincol.hxx
@@ -32,7 +32,7 @@
#include "scdllapi.h"
#include <rtl/ustring.hxx>
-#include "scmatrix.hxx"
+#include "types.hxx"
#include <boost/unordered_map.hpp>
@@ -233,7 +233,7 @@ public:
bool HasVarRes() const { return ( xVarRes.is() ); }
double GetValue() const { return fValue; }
const OUString& GetString() const { return aString; }
- ScMatrixRef GetMatrix() const { return xMatrix; }
+ ScMatrixRef GetMatrix() const;
com::sun::star::uno::Reference<com::sun::star::sheet::XVolatileResult>
GetVarRes() const { return xVarRes; }
};