summaryrefslogtreecommitdiff
path: root/linguistic/inc/misc.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-27 15:05:00 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-27 15:05:00 +0000
commitb07230f3b41f80bbfdb09175c8d05662fa791ceb (patch)
tree751a476b9e2dcd62121cff0a9214b9020b1c6d5c /linguistic/inc/misc.hxx
parent8ac38ed3a140586cf5824489a3a2ed085c322151 (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/inc/misc.hxx')
-rw-r--r--linguistic/inc/misc.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/linguistic/inc/misc.hxx b/linguistic/inc/misc.hxx
index 52c837d03d..8646ed549a 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<