[Libreoffice-commits] core.git: unusedcode.easy unusedcode.exclude

Juergen Funk juergen.funk_ml at cib.de
Thu Dec 10 02:38:46 PST 2015


 unusedcode.easy    |    1 -
 unusedcode.exclude |    2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 363a9c05fa074df5551bef7876654b38eaca4060
Author: Juergen Funk <juergen.funk_ml at cib.de>
Date:   Mon Dec 7 20:02:10 2015 +0100

    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 at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/unusedcode.easy b/unusedcode.easy
index d5dfbd9..8e015d3 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -1,6 +1,5 @@
 BigInt::BigInt(unsigned int)
 BitmapFilterStackBlur::filter(BitmapEx&)
-FontCharMap::GetDefaultMap(bool)
 NotifyEvent::NotifyEvent()
 OpenGLContext::init(_XDisplay*, unsigned long, unsigned int, unsigned int, int)
 OpenGLContext::renderToFile()
diff --git a/unusedcode.exclude b/unusedcode.exclude
index dc8ec70..0862690 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)
+


More information about the Libreoffice-commits mailing list