summaryrefslogtreecommitdiff
path: root/lingucomponent/source/languageguessing/guesslang.map
blob: b34eff63c44f2f92a2b69778fe353f437be5223c (plain)
1
2
3
4
5
6
7
8
UDK_3_0_0 {
    global:
        component_getFactory;
        component_getImplementationEnvironment;
        component_writeInfo;
    local:
        *;
};
Gabor Kelemen 2023-09-15Related: tdf#157254 Shorten paths by removing relative partsMike Kaganski 2023-08-25Simplify a bitMike Kaganski 2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin 2023-03-16tdf#143148: Use pragma once instead of include guardsUday Sharma 2023-03-14elide some temporary OStringsNoel Grandin 2023-01-27Remove support for AIXStephan Bergmann 2022-06-24loplugin:moveitNoel Grandin 2022-06-22fix build --with-helpNoel Grandin 2022-06-21clang-tidy modernize-pass-by-value in helpcompilerNoel Grandin 2022-06-18tdf#143148 Use pragma once in embedserv and helpcompilerDiane Leigh 2022-05-05use more o3tl::getTokenNoel Grandin 2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen 2021-12-21Don't build clucene if not neededJan-Marek Glogowski