summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dbdocfun.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 14:58:43 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 14:58:43 +0000
commite291a859f6e42514515130e11ee3f70f61ec87ea (patch)
tree3b5c2b8a67fdbf71203efce17dfd34cb5ef235ae /sc/source/ui/inc/dbdocfun.hxx
parentc22cb2b953a8a078ac798d42e923e0b08e781bbd (diff)
INTEGRATION: CWS npower6 (1.8.380); FILE MERGED
2007/02/07 21:29:11 npower 1.8.380.1: Issue number: i74096 symbol visibility issues for needed for vba compatility api to link
Diffstat (limited to 'sc/source/ui/inc/dbdocfun.hxx')
-rw-r--r--sc/source/ui/inc/dbdocfun.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx
index 2a2724b1a80a..77842f9750c2 100644
--- a/sc/source/ui/inc/dbdocfun.hxx
+++ b/sc/source/ui/inc/dbdocfun.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbdocfun.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:19:34 $
+ * last change: $Author: rt $ $Date: 2007-04-25 15:58:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -117,7 +117,7 @@ public:
BOOL Sort( SCTAB nTab, const ScSortParam& rSortParam,
BOOL bRecord, BOOL bPaint, BOOL bApi );
- BOOL Query( SCTAB nTab, const ScQueryParam& rQueryParam,
+ SC_DLLPUBLIC BOOL Query( SCTAB nTab, const ScQueryParam& rQueryParam,
const ScRange* pAdvSource, BOOL bRecord, BOOL bApi );
BOOL DoSubTotals( SCTAB nTab, const ScSubTotalParam& rParam,