summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-13 23:32:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-14 09:52:49 +0000
commitfbfeb0cb787ff010a4c96bbce3e21c9029421b63 (patch)
tree383713f07e0a8cbd1d06b395a80de1291746a91e /unotools/inc
parentregpathhelper: unused, so we've got to have two of them (diff)
downloadcore-fbfeb0cb787ff010a4c96bbce3e21c9029421b63.tar.gz
core-fbfeb0cb787ff010a4c96bbce3e21c9029421b63.zip
callcatcher: remove some unused code
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/accessiblestatesethelper.hxx14
-rw-r--r--unotools/inc/unotools/atom.hxx6
2 files changed, 0 insertions, 20 deletions
diff --git a/unotools/inc/unotools/accessiblestatesethelper.hxx b/unotools/inc/unotools/accessiblestatesethelper.hxx
index 5ef72a89f7eb..9f600523a286 100644
--- a/unotools/inc/unotools/accessiblestatesethelper.hxx
+++ b/unotools/inc/unotools/accessiblestatesethelper.hxx
@@ -139,20 +139,6 @@ public:
void RemoveState(sal_Int16 aState)
throw (::com::sun::star::uno::RuntimeException);
- /** Compares the set with the set given by rComparativeValue and puts the results
- into rOldStates and rNewStates.
-
- rOldStates contains after call all states which are in the own set and
- not in the comparative set.
-
- rNewStates contains after call all states which are in the comparative
- set and not in the own set.
- */
- sal_Bool Compare(const AccessibleStateSetHelper& rComparativeValue,
- AccessibleStateSetHelper& rOldStates,
- AccessibleStateSetHelper& rNewStates)
- throw (::com::sun::star::uno::RuntimeException);
-
//===== XTypeProvider ===================================================
/** Returns a sequence of all supported interfaces.
diff --git a/unotools/inc/unotools/atom.hxx b/unotools/inc/unotools/atom.hxx
index 40f707ca6746..ed57113feea5 100644
--- a/unotools/inc/unotools/atom.hxx
+++ b/unotools/inc/unotools/atom.hxx
@@ -58,8 +58,6 @@ namespace utl {
int getAtom( const ::rtl::OUString&, sal_Bool bCreate = sal_False );
const ::rtl::OUString& getString( int ) const;
-
- void overrideAtom( int atom, const ::rtl::OUString& description );
};
@@ -73,10 +71,6 @@ namespace utl {
int getAtom( int atomClass, const ::rtl::OUString& rString, sal_Bool bCreate = sal_False );
const ::rtl::OUString& getString( int atomClass, int atom ) const;
-
- void overrideAtom( int atomClass, int atom, const ::rtl::OUString& description );
- void overrideAtom( int atomClass, const ::com::sun::star::util::AtomDescription& newDescription )
- { overrideAtom( atomClass, newDescription.atom, newDescription.description ); }
};
}