summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-09 22:47:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-10 09:28:39 +0000
commitb3a9e9c728c8fc2e54e31c2a7bbabab37a303571 (patch)
treef6cd81a09ea864dc188ff4844eace3b47528374e /unotools/source/config
parent5dbd8286f4623015d6012d20ad24c301e57ca96f (diff)
callcatcher: remove some unused methods
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/inetoptions.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/unotools/source/config/inetoptions.cxx b/unotools/source/config/inetoptions.cxx
index d851102d2d23..5d74102e9730 100644
--- a/unotools/source/config/inetoptions.cxx
+++ b/unotools/source/config/inetoptions.cxx
@@ -530,24 +530,4 @@ void SvtInetOptions::flush()
m_pImpl->flush();
}
-//============================================================================
-void
-SvtInetOptions::addPropertiesChangeListener(
- star::uno::Sequence< rtl::OUString > const & rPropertyNames,
- star::uno::Reference< star::beans::XPropertiesChangeListener > const &
- rListener)
-{
- m_pImpl->addPropertiesChangeListener(rPropertyNames, rListener);
-}
-
-//============================================================================
-void
-SvtInetOptions::removePropertiesChangeListener(
- star::uno::Sequence< rtl::OUString > const & rPropertyNames,
- star::uno::Reference< star::beans::XPropertiesChangeListener > const &
- rListener)
-{
- m_pImpl->removePropertiesChangeListener(rPropertyNames, rListener);
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */