summaryrefslogtreecommitdiffstats
path: root/sc/inc/miscuno.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:25:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:25:05 +0000
commit631366d64ad9ecc5dffc765b88fca038d062c3b1 (patch)
tree589d6e21ddcd7a04fc5444efa166fddf570c54a4 /sc/inc/miscuno.hxx
parentINTEGRATION: CWS tune03 (1.2.52); FILE MERGED (diff)
downloadcore-631366d64ad9ecc5dffc765b88fca038d062c3b1.tar.gz
core-631366d64ad9ecc5dffc765b88fca038d062c3b1.zip
INTEGRATION: CWS tune03 (1.5.332); FILE MERGED
2004/07/08 16:45:00 mhu 1.5.332.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r--sc/inc/miscuno.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index 541f0c977a7f..429cdf2aa622 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: miscuno.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-06-12 10:17:15 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:25:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,9 @@
#include <cppuhelper/implbase2.hxx>
#endif
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
#define SC_SIMPLE_SERVICE_INFO( ClassName, ClassNameAscii, ServiceAscii ) \
::rtl::OUString SAL_CALL ClassName::getImplementationName() \
@@ -322,7 +325,7 @@ public:
class ScUnoHelpFunctions
{
public:
- static com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
+ SC_DLLPUBLIC static com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
AnyToInterface( const com::sun::star::uno::Any& rAny );
static sal_Bool GetBoolProperty( const com::sun::star::uno::Reference<
com::sun::star::beans::XPropertySet>& xProp,