summaryrefslogtreecommitdiff
path: root/sc/inc/address.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/address.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/address.hxx')
-rw-r--r--sc/inc/address.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index cde53d0d4bb8..3c08c60a638d 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -285,7 +285,7 @@ public:
const Details& rDetails = detailsOOOa1,
ExternalInfo* pExtInfo = NULL,
const ::com::sun::star::uno::Sequence<
- const ::com::sun::star::sheet::ExternalLinkInfo > * pExternalLinks = NULL );
+ com::sun::star::sheet::ExternalLinkInfo>* pExternalLinks = NULL );
SC_DLLPUBLIC OUString Format( sal_uInt16 = 0, const ScDocument* = NULL,
const Details& rDetails = detailsOOOa1) const;
@@ -449,7 +449,7 @@ public:
const ScAddress::Details& rDetails = ScAddress::detailsOOOa1,
ScAddress::ExternalInfo* pExtInfo = NULL,
const ::com::sun::star::uno::Sequence<
- const ::com::sun::star::sheet::ExternalLinkInfo > * pExternalLinks = NULL );
+ com::sun::star::sheet::ExternalLinkInfo>* pExternalLinks = NULL );
SC_DLLPUBLIC sal_uInt16 ParseAny( const OUString&, ScDocument* = NULL,
const ScAddress::Details& rDetails = ScAddress::detailsOOOa1 );
@@ -482,7 +482,7 @@ public:
OUString& rExternDocName, OUString& rStartTabName, OUString& rEndTabName, sal_uInt16& nFlags,
bool bOnlyAcceptSingle,
const ::com::sun::star::uno::Sequence<
- const ::com::sun::star::sheet::ExternalLinkInfo > * pExternalLinks = NULL );
+ com::sun::star::sheet::ExternalLinkInfo>* pExternalLinks = NULL );
SC_DLLPUBLIC OUString Format(sal_uInt16 = 0, const ScDocument* = NULL,
const ScAddress::Details& rDetails = ScAddress::detailsOOOa1) const;