--- src/common/utils.cpp +++ src/common/utils.cpp @@ -1026,6 +1026,13 @@ PathUtils::concatPath(s, configDir[prefType], name); return s; } + + // Set relative path to Engine12 dynamic library + if(prefType == Firebird::IConfigManager::DIR_PLUGINS) + { + s = name; + return s; + } } switch(prefType) cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit/LibreOfficeKitEnums.h
AgeCommit message (Expand)Author
2018-08-29Fix typo: s/an other/another/gAndrea Gelmini
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai
2018-04-03lok - sc: validity list drop down button callbackMarco Cecchetti
2018-03-17lok: notify clients of clipboard changesAshod Nakashian