diff options
author | Juergen Funk <juergen.funk_ml@cib.de> | 2015-12-07 20:02:10 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-12-10 10:38:20 +0000 |
commit | 363a9c05fa074df5551bef7876654b38eaca4060 (patch) | |
tree | 1a7a97d51cb80555066858aef75801a13ec9ee2b /unusedcode.exclude | |
parent | d64e535fe9a00b671cf1be3eb5632c0d5f4b8bea (diff) |
Add FontCharMap::GetDefaultMap(bool) to unusedcode.exclude
This function ist uesed under windows here (only once)
http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/salgdi3.cxx#1205
Change-Id: I03d48535d7ffd3bc148ccc637a7cc3cf94fceaeb
Reviewed-on: https://gerrit.libreoffice.org/20458
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unusedcode.exclude')
-rw-r--r-- | unusedcode.exclude | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unusedcode.exclude b/unusedcode.exclude index dc8ec705add1..086269041654 100644 --- a/unusedcode.exclude +++ b/unusedcode.exclude @@ -27,3 +27,5 @@ apitest::XSpreadsheetDocument::testGetSheets() comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&, com::sun::star::uno::Any const&) const +FontCharMap::GetDefaultMap(bool) + |