diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-10 00:15:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 09:05:05 +0100 |
commit | d208b1094a5947a7f2605759ccfd1f422ababb1f (patch) | |
tree | 197ed9f0ec9cce326df2fea63913fad394c3a911 /svtools/inc | |
parent | 1568e883ecfa789e3e8f1e637d37c5adf47fa277 (diff) |
callcatcher: remove unused PIList* methods
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/helpopt.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svtools/inc/svtools/helpopt.hxx b/svtools/inc/svtools/helpopt.hxx index 5947b8d034b1..92a2ad3793c7 100644 --- a/svtools/inc/svtools/helpopt.hxx +++ b/svtools/inc/svtools/helpopt.hxx @@ -85,10 +85,6 @@ public: void SetWelcomeScreen( sal_Bool b ); sal_Bool IsWelcomeScreen() const; - IdList* GetPIStarterList(); - void AddToPIStarterList( sal_Int32 nId ); - void RemoveFromPIStarterList( sal_Int32 nId ); - String GetLocale() const; String GetSystem() const; }; |