summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-02-07 13:06:08 +0100
committerCarsten Driesner <cd@openoffice.org>2011-02-07 13:06:08 +0100
commitbebf85efd10e676c8a9409c6ebd98a6e767d16f0 (patch)
treeab9f9265bb021e5eb6fc357e79234bba20bc4b8f /linguistic
parente4ee5496696455f7ef6657c15696f36d3da78659 (diff)
parenta1a2a5a68046e75aba3dfd6ba06083a314f12182 (diff)
removetooltypes01: Rebase to DEV300m99
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/misc2.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/linguistic/source/misc2.cxx b/linguistic/source/misc2.cxx
index dde8768ac283..dbfbd19f3f55 100644
--- a/linguistic/source/misc2.cxx
+++ b/linguistic/source/misc2.cxx
@@ -249,7 +249,10 @@ String GetWritableDictionaryURL( const String &rDicName )
aURLObj.Append( rDicName, INetURLObject::ENCODE_ALL );
DBG_ASSERT(!aURLObj.HasError(), "lng : invalid URL");
- return aURLObj.GetMainURL( INetURLObject::DECODE_TO_IURI );
+ // NO_DECODE preserves the escape sequences that might be included in aDirName
+ // depending on the characters used in the path string. (Needed when comparing
+ // the dictionary URL with GetDictionaryWriteablePath in DicList::createDictionary.)
+ return aURLObj.GetMainURL( INetURLObject::NO_DECODE );
}
h=feature/cib_contract138c&id=8c31a6baf06e711d5e45d477abedfa6afb7ffe51'>fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin 2013-01-31Use a method from UnoApitest instead of implement a new one in calcMarcos Paulo de Souza 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin 2012-10-01No vbaobj component if DISABLE_SCRIPTINGTor Lillqvist 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan 2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan 2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin 2012-04-12move dependency on localedata_en to i18npoolMatúš Kukan 2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon 2012-04-08compile- and run-time use of UNO must be splitDavid Tardon 2012-04-08clean upDavid Tardon 2012-04-08simplify use of configuration from unit testsDavid Tardon 2012-04-08always use --protector for UNO testsDavid Tardon 2012-04-08drop uses_ureDavid Tardon 2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-04-02always pass --headless to cppunitsLuboš Luňák 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan 2012-01-15these are not old component files anymoreMatúš Kukan 2011-12-19Tests apparently depend on localedata_en library.Stephan Bergmann 2011-12-14configmgr.component is no longer an old one.Stephan Bergmann 2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara 2011-12-06Moved modifications.xcu to test, used from multiple modules.Stephan Bergmann 2011-11-30move sc's macros test into sc/qa/extrasMarkus Mohrhard 2011-11-27remove pch from the include listNorbert Thiebaud