summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:02:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:02:22 +0000
commit4c2ea8f5e90c40843845735f4f1fac4e6f5352d1 (patch)
tree458fe92d87544b7334442fe0cce4f3387e477755 /comphelper
parentc4c49c7823e799d451ef454ce838a286cff4b16d (diff)
INTEGRATION: CWS visibility02 (1.2.258); FILE MERGED
2005/01/27 16:49:31 mhu 1.2.258.1: #i38608# More classes / symbols need to be exported.
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/streamsection.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/comphelper/inc/comphelper/streamsection.hxx b/comphelper/inc/comphelper/streamsection.hxx
index 8a3607438a93..2e694e41615c 100644
--- a/comphelper/inc/comphelper/streamsection.hxx
+++ b/comphelper/inc/comphelper/streamsection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: streamsection.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-10-23 12:34:17 $
+ * last change: $Author: vg $ $Date: 2005-02-16 16:02:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,10 @@
#include <com/sun/star/io/XDataOutputStream.hpp>
#endif
+#ifndef INCLUDED_COMPHELPERDLLAPI_H
+#include "comphelper/comphelperdllapi.h"
+#endif
+
namespace comphelper
{
@@ -86,7 +90,7 @@ namespace comphelper
@since 00/26/05
*/
-class OStreamSection
+class COMPHELPER_DLLPUBLIC OStreamSection
{
staruno::Reference< stario::XMarkableStream > m_xMarkStream;
staruno::Reference< stario::XDataInputStream > m_xInStream;
@@ -125,5 +129,3 @@ public:
} // namespace comphelper
#endif // _COMPHELPER_STREAMSECTION_HXX_
-
-