summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-25 15:41:08 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-25 15:41:08 +0000
commit634116c312025981f4abdd57245d0bc9f5f151fa (patch)
tree8c7bdbe2d72d825b7a7e4e8e475e13073bbdbf96 /svx
parent5f97590cd1482c5f60ee6ce957e6e9b3eddcb543 (diff)
INTEGRATION: CWS tl41_DEV300 (1.15.304); FILE MERGED
2007/08/06 11:28:54 tl 1.15.304.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/unolingu.hxx25
1 files changed, 3 insertions, 22 deletions
diff --git a/svx/inc/unolingu.hxx b/svx/inc/unolingu.hxx
index b9b37f5c3a94..814a47b8106e 100644
--- a/svx/inc/unolingu.hxx
+++ b/svx/inc/unolingu.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unolingu.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 15:05:35 $
+ * last change: $Author: obo $ $Date: 2008-03-25 16:41:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,13 +82,6 @@ class LinguMgrExitLstnr;
class Window;
-// SvxAddEntryToDic return values
-#define DIC_ERR_NONE 0
-#define DIC_ERR_FULL 1
-#define DIC_ERR_READONLY 2
-#define DIC_ERR_UNKNOWN 3
-#define DIC_ERR_NOT_EXISTS 4
-
///////////////////////////////////////////////////////////////////////////
// SvxLinguConfigUpdate
// class to update configuration items when (before!) the linguistic is used.
@@ -268,23 +261,11 @@ SVX_DLLPUBLIC LanguageType SvxLocaleToLanguage(
const ::com::sun::star::lang::Locale& rLocale );
SVX_DLLPUBLIC ::com::sun::star::lang::Locale& SvxLanguageToLocale(
::com::sun::star::lang::Locale& rLocale, LanguageType eLang );
-SVX_DLLPUBLIC ::com::sun::star::lang::Locale SvxCreateLocale( LanguageType eLang );
-
-SVX_DLLPUBLIC String SvxGetDictionaryURL(const String &rDicName,
- sal_Bool bIsUserDic = sal_True);
+SVX_DLLPUBLIC ::com::sun::star::lang::Locale SvxCreateLocale( LanguageType eLang );
-SVX_DLLPUBLIC sal_uInt8 SvxAddEntryToDic(
- ::com::sun::star::uno::Reference<
- ::com::sun::star::linguistic2::XDictionary > &rxDic,
- const ::rtl::OUString &rWord, sal_Bool bIsNeg,
- const ::rtl::OUString &rRplcTxt, sal_Int16 nRplcLang,
- sal_Bool bStripDot = sal_True );
SVX_DLLPUBLIC short SvxDicError( Window *pParent, sal_Int16 nError );
-SVX_DLLPUBLIC sal_Bool SvxSaveDictionaries(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::linguistic2::XDictionaryList > &xDicList );
#endif