summaryrefslogtreecommitdiff
path: root/sc/inc/dbcolect.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 14:56:28 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 14:56:28 +0000
commit1d7a58915306d253dd0f14684a998496a1c69c6d (patch)
treea24234fbb66e509261b1fe675f4d540a8c29840a /sc/inc/dbcolect.hxx
parentf2739a7e2cc231b0f2bc8d6dc7e799065d954b3a (diff)
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
Diffstat (limited to 'sc/inc/dbcolect.hxx')
-rw-r--r--sc/inc/dbcolect.hxx8
1 files changed, 4 insertions, 4 deletions
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);