summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 13:03:22 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 13:03:22 +0000
commit7d9182d7d7a40b11cba61d8f0d4d293fa3a18dac (patch)
tree8d257741e38a07f079c9cd218d9fffc26f48b065 /svx/inc
parente540feeef656e0f10b7d0c5e685400654864bc18 (diff)
INTEGRATION: CWS visibility01 (1.1.1006); FILE MERGED
2004/11/19 12:54:05 mmeeks 1.1.1006.1: Issue number: #i35758# Submitted by: mnicel Reviewed by: mmeeks Add lots of visibility attributes to APIs.
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/ParseContext.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/svx/inc/ParseContext.hxx b/svx/inc/ParseContext.hxx
index a9ecfc9cef46..9947083e71a6 100644
--- a/svx/inc/ParseContext.hxx
+++ b/svx/inc/ParseContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ParseContext.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2002-09-27 11:18:41 $
+ * last change: $Author: kz $ $Date: 2005-01-21 14:03:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,12 +73,16 @@
#include <unotools/localedatawrapper.hxx>
#endif
+#ifndef INCLUDED_SVXDLLAPI_H
+#include "svx/svxdllapi.h"
+#endif
+
namespace svxform
{
//==========================================================================
//= OSystemParseContext
//==========================================================================
- class OSystemParseContext : public ::connectivity::IParseContext
+ class SVX_DLLPUBLIC OSystemParseContext : public ::connectivity::IParseContext
{
private:
ByteString m_aSQLInternationals;
@@ -113,7 +117,7 @@ namespace svxform
/** helper class which needs access to a (shared and ref-counted) OSystemParseContext
instance.
*/
- class OParseContextClient
+ class SVX_DLLPUBLIC OParseContextClient
{
protected:
OParseContextClient();