diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-01-02 14:04:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-01-02 14:04:40 +0000 |
commit | ef111f59122d179602f5711f26b71121ccce9034 (patch) | |
tree | b98d2e75588875e6d99e54b02181bcf435194d14 /linguistic/source | |
parent | aca1ed0c680e71e07be4770f649ad9c1bd8a91c2 (diff) |
INTEGRATION: CWS oolinguforso (1.4.18); FILE MERGED
2006/12/14 15:28:01 tl 1.4.18.1: #130176# fixed problem with OOo dictionaries download directory being different and thus not checked in user-intstallations
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/supplang.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/linguistic/source/supplang.cxx b/linguistic/source/supplang.cxx index 7d7aa296525a..8e305918a62c 100644 --- a/linguistic/source/supplang.cxx +++ b/linguistic/source/supplang.cxx @@ -4,9 +4,9 @@ * * $RCSfile: supplang.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 03:56:03 $ + * last change: $Author: hr $ $Date: 2007-01-02 15:04:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -243,6 +243,12 @@ String GetModulePath( SvtPathOptions::Pathes ePath, BOOL bAddAccessDelim ) LocalFileHelper::ConvertURLToPhysicalName( aTmp, aRes ); break; } + case SvtPathOptions::PATH_USERDICTIONARY : + { + String aTmp( aPathOpt.GetUserDictionaryPath() ); + LocalFileHelper::ConvertURLToPhysicalName( aTmp, aRes ); + break; + } default: DBG_ERROR( "unexpected argument (path)" ); } |