summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-25 14:56:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-25 14:56:13 +0000
commitf2739a7e2cc231b0f2bc8d6dc7e799065d954b3a (patch)
tree249ffc3f1999ec18a7c90c2f0259ca755ae85d6e /sc/inc/compiler.hxx
parent96979c0b4e8be670314b4e1e4a516d32f69928b3 (diff)
INTEGRATION: CWS npower6 (1.28.14); FILE MERGED
2007/02/07 21:29:10 npower 1.28.14.1: Issue number: i74096 symbol visibility issues for needed for vba compatility api to link
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 620173ae758e..0c3b48345caf 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: compiler.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 11:53:56 $
+ * last change: $Author: rt $ $Date: 2007-04-25 15:56:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -180,7 +180,7 @@ public:
void IncRef() { nRefCnt++; }
void DecRef() { if( !--nRefCnt ) Delete(); }
USHORT GetRef() const { return nRefCnt; }
- void Delete();
+ SC_DLLPUBLIC void Delete();
// Use these methods only on tokens that are not part of a token array,
// since the reference count is cleared!
@@ -225,7 +225,7 @@ struct ScStringHashCode
typedef ::std::hash_map< String, OpCode, ScStringHashCode, ::std::equal_to< String > > ScOpCodeHashMap;
using namespace ::com::sun::star::i18n;
-class ScCompiler
+class SC_DLLPUBLIC ScCompiler
{
public:
struct Convention