diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-09 22:47:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-10 09:28:39 +0000 |
commit | b3a9e9c728c8fc2e54e31c2a7bbabab37a303571 (patch) | |
tree | f6cd81a09ea864dc188ff4844eace3b47528374e /unotools/inc | |
parent | 5dbd8286f4623015d6012d20ad24c301e57ca96f (diff) |
callcatcher: remove some unused methods
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/inetoptions.hxx | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/unotools/inc/unotools/inetoptions.hxx b/unotools/inc/unotools/inetoptions.hxx index 420705101d12..fb749d3d4421 100644 --- a/unotools/inc/unotools/inetoptions.hxx +++ b/unotools/inc/unotools/inetoptions.hxx @@ -43,10 +43,6 @@ namespace rtl { class OUString; } //============================================================================ /** The names of all the properties (options) accessible through SvtInetOptions. - - @descr These names are used in the methods - SvtInetOptions::addPropertiesChangeListener() and - SvtInetOptions::removePropertiesChangeListener(). */ #define SVT_INET_OPTION_PROXY_NO_PROXY "Inet/Proxy/NoProxy" #define SVT_INET_OPTION_PROXY_TYPE "Inet/Proxy/Type" @@ -95,40 +91,6 @@ public: void flush(); - /** Add a listener on changes of certain properties (options). - - @param rPropertyNames The names of the properties (options). If an - empty sequence is used, nothing is done. - - @param rListener A listener. If the listener is already registered - on other properties, it continues to also get notifications about - changes of those properties. The - com::sun::star::beans::PropertyChangeEvents supplied to the listener - will have void OldValue and NewValue slots. - */ - void - addPropertiesChangeListener( - com::sun::star::uno::Sequence< rtl::OUString > const & rPropertyNames, - com::sun::star::uno::Reference< - com::sun::star::beans::XPropertiesChangeListener > const & - rListener); - - /** Remove a listener on changes of certain properties (options). - - @param rPropertyNames The names of the properties (options). If an - empty sequence is used, nothing is done. - - @param rListener A listener. If the listener is still registered on - other properties, it continues to get notifications about changes of - those properties. - */ - void - removePropertiesChangeListener( - com::sun::star::uno::Sequence< rtl::OUString > const & rPropertyNames, - com::sun::star::uno::Reference< - com::sun::star::beans::XPropertiesChangeListener > const & - rListener); - private: class Impl; |