summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-12 20:20:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-14 07:35:58 +0000
commit93c5ac9ff1033492bec1aefcda94c1507cafcccd (patch)
treee7fe7913ba17e2f0210c07fd5eee21f3ed64241d /unotools/inc
parentcallcatcher: remove unused code (diff)
downloadcore-93c5ac9ff1033492bec1aefcda94c1507cafcccd.tar.gz
core-93c5ac9ff1033492bec1aefcda94c1507cafcccd.zip
ReleaseConfigMgr not called by anything
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/configitem.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/inc/unotools/configitem.hxx b/unotools/inc/unotools/configitem.hxx
index fe3a0e991ad4..7910b68af5dd 100644
--- a/unotools/inc/unotools/configitem.hxx
+++ b/unotools/inc/unotools/configitem.hxx
@@ -183,9 +183,6 @@ namespace utl
PropertyChangeListener if the sub tree broadcasts changes. */
virtual void Notify( const com::sun::star::uno::Sequence<rtl::OUString>& aPropertyNames)=0;
- /** is called from the ConfigManager if it is destroyed before the ConfigItem. */
- void ReleaseConfigMgr();
-
const rtl::OUString& GetSubTreeName() const {return sSubTree;}
sal_Bool IsModified() const;