diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 15:26:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 15:26:35 +0000 |
commit | 1daa14a46539e5850bb268d78b5504bf6fa25469 (patch) | |
tree | 5ab076dd082a42ff29f4b6de7ed8e53da303de52 /linguistic/source/dlistimp.hxx | |
parent | 6e09386f98eeef0d8923c84ea32036c864b57b94 (diff) |
INTEGRATION: CWS tl41_DEV300 (1.5.10); FILE MERGED
2008/02/14 15:31:05 tl 1.5.10.1: #i80286# make dictionaries read-only if not in writeable path
Diffstat (limited to 'linguistic/source/dlistimp.hxx')
-rw-r--r-- | linguistic/source/dlistimp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx index 3b7afd5efc92..50dd9b6d8fbd 100644 --- a/linguistic/source/dlistimp.hxx +++ b/linguistic/source/dlistimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlistimp.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2007-05-25 12:22:27 $ + * last change: $Author: obo $ $Date: 2008-03-25 16:26:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -124,7 +124,7 @@ class DicList : void launchEvent(INT16 nEvent, com::sun::star::uno::Sequence< ::com::sun::star::linguistic2::XDictionary > xDic); void searchForDictionaries( ActDicArray &rDicList, - const String &rDicDir ); + const String &rDicDir, BOOL bIsWritePath ); INT32 getDicPos(const com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XDictionary > &xDic); |