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
This commit is contained in:
Stephan Bergmann 2012-11-20 13:31:00 +01:00
parent 954f991ba8
commit 50b4b0db8b

View File

@ -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