summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-28 20:32:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-29 13:15:28 +0100
commit5e55f7a54170b25aaf82520c1cde307ece362eef (patch)
tree5e8a2d47650735c860b5a0054fa0d19cf2312d59 /include/svtools
parentFix build with USE_AVMEDIA_DUMMY (iOS, at least) (diff)
downloadcore-5e55f7a54170b25aaf82520c1cde307ece362eef.tar.gz
core-5e55f7a54170b25aaf82520c1cde307ece362eef.zip
make some function symbols module private
improve the script to filter out more noise generated by library symbols Change-Id: I22bf6037d56bc4015001825c3fb3b21a39d85e07 Reviewed-on: https://gerrit.libreoffice.org/84022 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/sampletext.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/sampletext.hxx b/include/svtools/sampletext.hxx
index 08ef22fdfa0b..9c32cba7b545 100644
--- a/include/svtools/sampletext.hxx
+++ b/include/svtools/sampletext.hxx
@@ -35,9 +35,6 @@ OUString makeShortMinimalTextForScript(UScriptCode eScript);
//These ones are typically for use in the font preview window in format character
SVT_DLLPUBLIC OUString makeRepresentativeTextForFont(sal_Int16 nScriptType, const vcl::Font &rFont);
-SVT_DLLPUBLIC OUString makeRepresentativeTextForLanguage(LanguageType eLang);
-SVT_DLLPUBLIC OUString makeRepresentativeTextForScript(UScriptCode eScript);
-SVT_DLLPUBLIC OUString makeMinimalTextForScript(UScriptCode eScript);
#endif