summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:44:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:44:41 +0000
commitac419af460783039789fe9e7d596ab4bb438a2dd (patch)
treeae2946db1785d88cbe09680c645829a631544676 /ucbhelper
parentd7b9e1d01a9acc1a14a085898e36384c2496719a (diff)
INTEGRATION: CWS visibility02 (1.4.158); FILE MERGED
2004/12/22 04:02:24 mnicel 1.4.158.1: Issue number:38608 Symbol visibility work.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx b/ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx
index 6c0e080b357a..b68e1ee62e29 100644
--- a/ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx
+++ b/ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fileidentifierconverter.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sb $ $Date: 2001-06-06 07:31:17 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:44:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,9 @@
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
+#ifndef INCLUDED_UCBHELPERDLLAPI_H
+#include "ucbhelper/ucbhelperdllapi.h"
+#endif
namespace com { namespace sun { namespace star { namespace ucb {
class XContentProviderManager;
@@ -93,7 +96,7 @@ namespace ucb {
either a 'root' URL for the most 'local' file content provider, or an
empty string, if no such URL can meaningfully be constructed.
*/
-rtl::OUString getLocalFileURL(
+UCBHELPER_DLLPUBLIC rtl::OUString getLocalFileURL(
com::sun::star::uno::Reference<
com::sun::star::ucb::XContentProviderManager > const &
rManager)
@@ -123,7 +126,7 @@ rtl::OUString getLocalFileURL(
@see
com::sun::star::ucb::XFileIdentiferConverter::getFileURLFromSystemPath().
*/
-rtl::OUString
+UCBHELPER_DLLPUBLIC rtl::OUString
getFileURLFromSystemPath(
com::sun::star::uno::Reference<
com::sun::star::ucb::XContentProviderManager > const &
@@ -153,7 +156,7 @@ getFileURLFromSystemPath(
@see
com::sun::star::ucb::XFileIdentiferConverter::getSystemPathFromFileURL().
*/
-rtl::OUString
+UCBHELPER_DLLPUBLIC rtl::OUString
getSystemPathFromFileURL(
com::sun::star::uno::Reference<
com::sun::star::ucb::XContentProviderManager > const &