summaryrefslogtreecommitdiff
path: root/sw/inc/swunohelper.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:40:02 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:40:02 +0000
commit616ed41eb79cebfd2b112ad5ad918bec0a075419 (patch)
tree1d3b6607240b5791658bcbb7b1abc51b34ea8cd5 /sw/inc/swunohelper.hxx
parent3d0b5048ac061d9ec45c30655c5a0be1bf9415fc (diff)
INTEGRATION: CWS tune03 (1.2.614); FILE MERGED
2004/07/19 19:10:43 mhu 1.2.614.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/swunohelper.hxx')
-rw-r--r--sw/inc/swunohelper.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx
index 02e3cc74b8ac..b4691a2c2aea 100644
--- a/sw/inc/swunohelper.hxx
+++ b/sw/inc/swunohelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swunohelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:07:22 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:40:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <sal/types.h>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
namespace com { namespace sun { namespace star {
namespace uno {
class Any;
@@ -90,7 +94,7 @@ BOOL UCB_CopyFile( const String& rURL, const String& rNewURL,
BOOL bCopyIsMove = FALSE );
// is the URL on the current system case sentive?
-BOOL UCB_IsCaseSensitiveFileName( const String& rURL );
+SW_DLLPUBLIC BOOL UCB_IsCaseSensitiveFileName( const String& rURL );
// is the URL readonly?
BOOL UCB_IsReadOnlyFileName( const String& rURL );