summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:54:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:54:42 +0000
commitd050051f6f5603324172de429d4fd3b0249c4527 (patch)
treed9f108d7dc98a3d19ef82899a46e96190e3a350b /comphelper/inc
parent689af59383e2cd5fe986754d05b07ed19611ee4c (diff)
INTEGRATION: CWS visibility02 (1.3.10); FILE MERGED
2005/01/05 05:54:07 mnicel 1.3.10.1: Issue number: 38608 Part of symbol visibility work.
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/embeddedobjectcontainer.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
index 3f1a417c2ad3..ec7c5e45bdb6 100644
--- a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
+++ b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: embeddedobjectcontainer.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mav $ $Date: 2005-02-02 16:03:10 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:54:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,9 @@
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>
#endif
+#ifndef INCLUDED_COMPHELPERDLLAPI_H
+#include "comphelper/comphelperdllapi.h"
+#endif
#include <rtl/ustring.hxx>
@@ -86,7 +89,7 @@ namespace comphelper
{
struct EmbedImpl;
-class EmbeddedObjectContainer
+class COMPHELPER_DLLPUBLIC EmbeddedObjectContainer
{
EmbedImpl* pImpl;