summaryrefslogtreecommitdiff
path: root/svx/inc/acorrcfg.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 13:05:36 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 13:05:36 +0000
commit781c906b71dc9fee11cfdb2913c6b0979cfdf93e (patch)
treeadb9edc0ea6d7e4e8296e3016e2664ba862acbab /svx/inc/acorrcfg.hxx
parentd8bd61dec1fe7fe2b4d83cb17f0a894fc39296f7 (diff)
INTEGRATION: CWS visibility01 (1.3.234); FILE MERGED
2004/12/06 08:10:08 mnicel 1.3.234.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc/acorrcfg.hxx')
-rw-r--r--svx/inc/acorrcfg.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/svx/inc/acorrcfg.hxx b/svx/inc/acorrcfg.hxx
index 8ba6300ffa..8fd2e7fea3 100644
--- a/svx/inc/acorrcfg.hxx
+++ b/svx/inc/acorrcfg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: acorrcfg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 16:09:37 $
+ * last change: $Author: kz $ $Date: 2005-01-21 14:05:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,10 @@
// include ---------------------------------------------------------------
+#ifndef INCLUDED_SVXDLLAPI_H
+#include "svx/svxdllapi.h"
+#endif
+
#ifndef _UTL_CONFIGITEM_HXX_
#include <unotools/configitem.hxx>
#endif
@@ -71,7 +75,7 @@
---------------------------------------------------------------------------*/
class SvxAutoCorrect;
class SvxAutoCorrCfg;
-class SvxBaseAutoCorrCfg : public utl::ConfigItem
+class SVX_DLLPUBLIC SvxBaseAutoCorrCfg : public utl::ConfigItem
{
SvxAutoCorrCfg& rParent;
com::sun::star::uno::Sequence<rtl::OUString> GetPropertyNames();
@@ -88,7 +92,7 @@ public:
/* -----------------------------12.10.00 11:40--------------------------------
---------------------------------------------------------------------------*/
-class SvxSwAutoCorrCfg : public utl::ConfigItem
+class SVX_DLLPUBLIC SvxSwAutoCorrCfg : public utl::ConfigItem
{
SvxAutoCorrCfg& rParent;
com::sun::star::uno::Sequence<rtl::OUString> GetPropertyNames();
@@ -105,7 +109,7 @@ public:
/*--------------------------------------------------------------------
Beschreibung: Konfiguration fuer Auto Correction
--------------------------------------------------------------------*/
-class SvxAutoCorrCfg
+class SVX_DLLPUBLIC SvxAutoCorrCfg
{
friend class SvxBaseAutoCorrCfg;
friend class SvxSwAutoCorrCfg;