From 1d7a58915306d253dd0f14684a998496a1c69c6d Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 25 Apr 2007 14:56:28 +0000 Subject: INTEGRATION: CWS npower6 (1.10.370); FILE MERGED 2007/02/07 21:29:10 npower 1.10.370.1: Issue number: i74096 symbol visibility issues for needed for vba compatility api to link --- sc/inc/dbcolect.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc') diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx index fa4531875fac..86ec2c9ee195 100644 --- a/sc/inc/dbcolect.hxx +++ b/sc/inc/dbcolect.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dbcolect.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2007-02-27 11:55:07 $ + * last change: $Author: rt $ $Date: 2007-04-25 15:56:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -166,7 +166,7 @@ public: void GetName(String& rName) const { rName = aName; } void SetName(const String& rName) { aName = rName; } void GetArea(SCTAB& rTab, SCCOL& rCol1, SCROW& rRow1, SCCOL& rCol2, SCROW& rRow2) const; - void GetArea(ScRange& rRange) const; + SC_DLLPUBLIC void GetArea(ScRange& rRange) const; void SetArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2); void MoveTo(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2); BOOL IsByRow() const { return bByRow; } @@ -190,7 +190,7 @@ public: void GetSortParam(ScSortParam& rSortParam) const; void SetSortParam(const ScSortParam& rSortParam); - void GetQueryParam(ScQueryParam& rQueryParam) const; + SC_DLLPUBLIC void GetQueryParam(ScQueryParam& rQueryParam) const; void SetQueryParam(const ScQueryParam& rQueryParam); BOOL GetAdvancedQuerySource(ScRange& rSource) const; void SetAdvancedQuerySource(const ScRange* pSource); -- cgit