summaryrefslogtreecommitdiff
path: root/sc/inc/tokenuno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-24 16:02:20 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-02-24 16:05:07 -0500
commit4917cebdb988223be47b0f1a82241ade643bc675 (patch)
tree6e681178e37cce491cb4e5e0278509003743ae14 /sc/inc/tokenuno.hxx
parent3cf0847e7514a3f1217554c08cb109902cf2a637 (diff)
fdo#75304: Set external reference info to ScCompiler.
And remove this excessive const fetish which was unfortunately necessary to get this to compile. Setting the container const is good enough. Change-Id: I2c6cc55a88643a68e065c4518cdf069c247f4f02
Diffstat (limited to 'sc/inc/tokenuno.hxx')
-rw-r--r--sc/inc/tokenuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/tokenuno.hxx b/sc/inc/tokenuno.hxx
index 4287405a6ad2..408298d73059 100644
--- a/sc/inc/tokenuno.hxx
+++ b/sc/inc/tokenuno.hxx
@@ -56,7 +56,7 @@ class ScFormulaParserObj : public ::cppu::WeakImplHelper3<
{
private:
::com::sun::star::uno::Sequence< const ::com::sun::star::sheet::FormulaOpCodeMapEntry > maOpCodeMapping;
- ::com::sun::star::uno::Sequence< const ::com::sun::star::sheet::ExternalLinkInfo > maExternalLinks;
+ ::com::sun::star::uno::Sequence<com::sun::star::sheet::ExternalLinkInfo> maExternalLinks;
ScCompiler::OpCodeMapPtr mxOpCodeMap;
ScDocShell* mpDocShell;
sal_Int16 mnConv;