diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 14:44:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 14:44:27 +0000 |
commit | d7b9e1d01a9acc1a14a085898e36384c2496719a (patch) | |
tree | b8e9485c502fbed23f01ed1b586f4d72906c04e4 /ucbhelper/inc | |
parent | 0410c006979209d80a4feae7baff58e894dc6842 (diff) |
INTEGRATION: CWS visibility02 (1.2.150); FILE MERGED
2004/12/22 04:02:24 mnicel 1.2.150.1: Issue number:38608
Symbol visibility work.
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r-- | ucbhelper/inc/ucbhelper/contentidentifier.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ucbhelper/inc/ucbhelper/contentidentifier.hxx b/ucbhelper/inc/ucbhelper/contentidentifier.hxx index 5e3b355b4af4..f6da18a338c7 100644 --- a/ucbhelper/inc/ucbhelper/contentidentifier.hxx +++ b/ucbhelper/inc/ucbhelper/contentidentifier.hxx @@ -2,9 +2,9 @@ * * $RCSfile: contentidentifier.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2001-09-27 09:48:49 $ + * last change: $Author: vg $ $Date: 2005-02-16 15:44:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,6 +73,10 @@ #include <com/sun/star/ucb/XContentIdentifier.hpp> #endif +#ifndef INCLUDED_UCBHELPERDLLAPI_H +#include "ucbhelper/ucbhelperdllapi.h" +#endif + namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } } @@ -94,7 +98,7 @@ struct ContentIdentifier_Impl; * The only difference is that the URL scheme will be lower cased. This can * be done, because URL schemes are never case sensitive. */ -class ContentIdentifier : +class UCBHELPER_DLLPUBLIC ContentIdentifier : public cppu::OWeakObject, public com::sun::star::lang::XTypeProvider, public com::sun::star::ucb::XContentIdentifier |