diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 09:34:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 09:36:47 +0100 |
commit | 4665608ae8824128d9cc0bf8a21c47140cb5dd05 (patch) | |
tree | 66f9b9a685f7a7151871f238b6ab6e6255dd82d4 /unotools/inc | |
parent | 9c0bcbaa53871c1f416828b21695e8ce6eb82e7e (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/accelcfg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/inc/unotools/accelcfg.hxx b/unotools/inc/unotools/accelcfg.hxx index 9bc3f2178e34..633ab38bf6f8 100644 --- a/unotools/inc/unotools/accelcfg.hxx +++ b/unotools/inc/unotools/accelcfg.hxx @@ -60,7 +60,6 @@ public: SvtAcceleratorConfiguration(); // get special accelerators - static SvtAcceleratorConfiguration* CreateFromStream( SvStream& rStream ); static String GetStreamName(); static SvStream* GetDefaultStream( StreamMode ); |