summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-28 14:40:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-28 15:12:54 +0100
commit946bfb2bf804672e5ce1ccd20623ba67c460e9b7 (patch)
tree286a6481cc831cf12ca534408d8fe31bf4fc9714 /unotools/inc
parent37fd0d9884b41491bc14d9b4e00ad1f9a00dd712 (diff)
callcatcher: another round of unused methods
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/atom.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/unotools/inc/unotools/atom.hxx b/unotools/inc/unotools/atom.hxx
index 5bccb227e2cd..6ad53ea7a439 100644
--- a/unotools/inc/unotools/atom.hxx
+++ b/unotools/inc/unotools/atom.hxx
@@ -60,10 +60,6 @@ namespace utl {
int getLastAtom() const { return m_nAtoms-1; }
const ::rtl::OUString& getString( int ) const;
- void getAll( ::std::list< AtomDescription >& atoms );
-
- void getRecent( int atom, ::std::list< AtomDescription >& atoms );
-
void overrideAtom( int atom, const ::rtl::OUString& description );
sal_Bool hasAtom( int atom ) const;