summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-05-11 08:46:03 +0300
committerTor Lillqvist <tml@iki.fi>2012-05-11 09:11:35 +0300
commit9e536d23e30f9152fe84131ae9a95fee1e903377 (patch)
tree74148575218723eed00a8c4c616a1236294ab6eb /linguistic
parenteeb9212531d91e8727bc8cabf4117b36638667f9 (diff)
More visibility markup needed for Mac OS X
Change-Id: Ie84224c381eca49e2d5fe544a4902845889f9771
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/inc/linguistic/lngprophelp.hxx6
-rw-r--r--linguistic/inc/linguistic/spelldta.hxx8
2 files changed, 7 insertions, 7 deletions
diff --git a/linguistic/inc/linguistic/lngprophelp.hxx b/linguistic/inc/linguistic/lngprophelp.hxx
index 4dcb1aaff8c2..b74c8d4b2d4a 100644
--- a/linguistic/inc/linguistic/lngprophelp.hxx
+++ b/linguistic/inc/linguistic/lngprophelp.hxx
@@ -139,8 +139,8 @@ public:
throw(::com::sun::star::uno::RuntimeException);
// non-UNO functions
- void AddAsPropListener();
- void RemoveAsPropListener();
+ void LNG_DLLPUBLIC AddAsPropListener();
+ void LNG_DLLPUBLIC RemoveAsPropListener();
void LaunchEvent(
const ::com::sun::star::linguistic2::LinguServiceEvent& rEvt );
@@ -201,7 +201,7 @@ public:
};
-class PropertyHelper_Spell :
+class LNG_DLLPUBLIC PropertyHelper_Spell :
public PropertyChgHelper
{
// default values
diff --git a/linguistic/inc/linguistic/spelldta.hxx b/linguistic/inc/linguistic/spelldta.hxx
index 827dad15a3f4..1fc2daade020 100644
--- a/linguistic/inc/linguistic/spelldta.hxx
+++ b/linguistic/inc/linguistic/spelldta.hxx
@@ -91,7 +91,7 @@ class SpellAlternatives
sal_Int16 nLanguage;
public:
- SpellAlternatives();
+ LNG_DLLPUBLIC SpellAlternatives();
SpellAlternatives(const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nFailureType,
const ::com::sun::star::uno::Sequence< ::rtl::OUString > &rAlternatives );
virtual ~SpellAlternatives();
@@ -108,9 +108,9 @@ public:
virtual void SAL_CALL setFailureType( ::sal_Int16 nFailureType ) throw (::com::sun::star::uno::RuntimeException);
// non-interface specific functions
- void SetWordLanguage(const ::rtl::OUString &rWord, sal_Int16 nLang);
- void SetFailureType(sal_Int16 nTypeP);
- void SetAlternatives( const ::com::sun::star::uno::Sequence< ::rtl::OUString > &rAlt );
+ void LNG_DLLPUBLIC SetWordLanguage(const ::rtl::OUString &rWord, sal_Int16 nLang);
+ void LNG_DLLPUBLIC SetFailureType(sal_Int16 nTypeP);
+ void LNG_DLLPUBLIC SetAlternatives( const ::com::sun::star::uno::Sequence< ::rtl::OUString > &rAlt );
static com::sun::star::uno::Reference < com::sun::star::linguistic2::XSpellAlternatives > LNG_DLLPUBLIC CreateSpellAlternatives(
const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nTypeP, const ::com::sun::star::uno::Sequence< ::rtl::OUString > &rAlt );
};