[Libreoffice-commits] .: unusedcode.exclude unusedcode.README

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 19 03:44:40 PST 2012


 unusedcode.README  |    2 ++
 unusedcode.exclude |   26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

New commits:
commit 4e0766bced731504dc141857b865dfcbc9b4fdfa
Author: Enrico Weigelt, metux ITS <metuxitservice at googlemail.com>
Date:   Thu Nov 15 19:45:28 2012 +0100

    unusedcode exclude file: symbols known to be required
    
    The file unused.easy contains a lot of symbols which are known
    to be required, even they're currently not referenced by anyone.
    
    Change-Id: I048c1656b240f7d601e4c99b8d9c4969b3954c87
    Reviewed-on: https://gerrit.libreoffice.org/1084
    Reviewed-by: Andras Timar <atimar at suse.com>
    Tested-by: Andras Timar <atimar at suse.com>

diff --git a/unusedcode.README b/unusedcode.README
index ee4f9b9..895ad6b 100644
--- a/unusedcode.README
+++ b/unusedcode.README
@@ -41,5 +41,7 @@ g) there's more actually unused code then what's listed. The idea is that what's
    code from the "release" binaries which only makes sense in debug/dbgutil
    configurations, and then tackle unused virtual method slots :-)
 
+Symbols that are known to be false alarms are listed in: unused.exclude
+
 [1] http://www.skynet.ie/~caolan/Packages/callcatcher.html
 [2] https://bugs.freedesktop.org/show_bug.cgi?id=38832
diff --git a/unusedcode.exclude b/unusedcode.exclude
new file mode 100644
index 0000000..f6dc906
--- /dev/null
+++ b/unusedcode.exclude
@@ -0,0 +1,26 @@
+#
+# list of symbols that should not be dropped, even they're not
+# referenced in current (linux) builds
+#
+
+# test functions that aren't used yet, but will be in near future
+# https://gerrit.libreoffice.org/#/c/1077/
+
+ScFiltersTest::testColorScaleODS()
+ScFiltersTest::testColorScaleXLSX()
+apitest::XCellRangesQuery::testQueryFormulaCells()
+apitest::XDataPilotDescriptor::testGetHiddenFields()
+apitest::XDataPilotFieldGrouping::testCreateDateGroup()
+apitest::XCellRangesQuery::testQueryFormulaCells()
+apitest::XElementAccess::testGetElementType()
+apitest::XElementAccess::testHasElements()
+apitest::XIndexAccess::XIndexAccess(int)
+apitest::XIndexAccess::testGetByIndex()
+apitest::XIndexAccess::testGetByIndexException()
+apitest::XIndexAccess::testGetCount()
+apitest::XNameReplace::testReplaceByName()
+apitest::XPropertySet::testAddPropertyChangeListener()
+apitest::XPropertySet::testAddVetoableChangeListener()
+apitest::XPropertySet::testRemovePropertyChangeListener()
+apitest::XPropertySet::testRemoveVetoableChangeListener()
+apitest::XSpreadsheetDocument::testGetSheets()


More information about the Libreoffice-commits mailing list