summaryrefslogtreecommitdiff
path: root/unusedcode.exclude
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-20 13:31:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-20 13:32:21 +0100
commit50b4b0db8bcf33e26dc332d558f0e03c65ad742b (patch)
tree3ab181dd1252588abe827fea911ba28088ddd670 /unusedcode.exclude
parent954f991ba8b109a5e642fb6520ba076c3d1715ed (diff)
Add comphelper/configuration.hxx functions to unusedcode.exclude
The functionality in comphelper/configuration.hxx is used by C++ headers to simplify configuration access that are generated via officecfg/Package_cppheader.mk. Change-Id: I85d26309ec8c4f8ac5cde773fd3298a699bad030
Diffstat (limited to 'unusedcode.exclude')
-rw-r--r--unusedcode.exclude3
1 files changed, 3 insertions, 0 deletions
diff --git a/unusedcode.exclude b/unusedcode.exclude
index f6dc906d6ac8..dc8ec705add1 100644
--- a/unusedcode.exclude
+++ b/unusedcode.exclude
@@ -24,3 +24,6 @@ apitest::XPropertySet::testAddVetoableChangeListener()
apitest::XPropertySet::testRemovePropertyChangeListener()
apitest::XPropertySet::testRemoveVetoableChangeListener()
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