summaryrefslogtreecommitdiff
path: root/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/thesaurus/libnth/nthesdta.hxx')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesdta.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
index 7e5eb00b7002..6956be3eacb9 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
@@ -38,8 +38,8 @@ class Meaning :
::com::sun::star::linguistic2::XMeaning
>
{
- ::com::sun::star::uno::Sequence< ::rtl::OUString > aSyn; // list of synonyms, may be empty.
- ::rtl::OUString aTerm;
+ ::com::sun::star::uno::Sequence< OUString > aSyn; // list of synonyms, may be empty.
+ OUString aTerm;
sal_Int16 nLanguage;
#if 0
@@ -52,16 +52,16 @@ class Meaning :
Meaning & operator = (const Meaning &);
public:
- Meaning(const ::rtl::OUString &rTerm, sal_Int16 nLang);
+ Meaning(const OUString &rTerm, sal_Int16 nLang);
virtual ~Meaning();
// XMeaning
- virtual ::rtl::OUString SAL_CALL getMeaning() throw(::com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL querySynonyms() throw(::com::sun::star::uno::RuntimeException);
+ virtual OUString SAL_CALL getMeaning() throw(::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL querySynonyms() throw(::com::sun::star::uno::RuntimeException);
// non-interface specific functions
- void SetSynonyms( const ::com::sun::star::uno::Sequence< ::rtl::OUString > &rSyn );
- void SetMeaning( const ::rtl::OUString &rTerm );
+ void SetSynonyms( const ::com::sun::star::uno::Sequence< OUString > &rSyn );
+ void SetMeaning( const OUString &rTerm );
};
} // namespace linguistic