diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-27 15:05:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-27 15:05:00 +0000 |
commit | f198033ce2cb030cf5bc2ac2e75b18d17df6d95a (patch) | |
tree | fe28bd66018b99654809fef9a3631156d9b0239f /linguistic | |
parent | d7610564f1b38cb3c62925ddfb38670ecd3623c3 (diff) |
INTEGRATION: CWS tl01 (1.5.4); FILE MERGED
2003/07/25 13:18:08 tl 1.5.4.1: #110762# API for Hangul/Hanja text conversion user-dictionaries
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/inc/misc.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/linguistic/inc/misc.hxx b/linguistic/inc/misc.hxx index b57cd38f2ed9..75a1130b3e05 100644 --- a/linguistic/inc/misc.hxx +++ b/linguistic/inc/misc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: misc.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-06-24 07:49:13 $ + * last change: $Author: obo $ $Date: 2004-04-27 16:05:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -182,6 +182,12 @@ LanguageType /////////////////////////////////////////////////////////////////////////// +// checks if file pointed to by rURL is readonly +// and may also check return if such a file exists or not +BOOL IsReadOnly( const String &rURL, BOOL *pbExist = 0 ); + +/////////////////////////////////////////////////////////////////////////// + INT32 GetPosInWordToCheck( const rtl::OUString &rTxt, INT32 nPos ); ::com::sun::star::uno::Reference< |