diff options
author | Jean-Noël Rouvignac <jn.rouvignac@gmail.com> | 2013-02-06 14:47:47 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-02-27 15:40:16 +0100 |
commit | 875c997c7da116402509d0bd75e8c15a66a40529 (patch) | |
tree | 9f6234505873cb9a4d13bf150a6483e71eb11aed /sfx2/inc | |
parent | 408d5d92ee262c1d06109b190968d56c0c52c378 (diff) |
fdo#39446 - Bloat Removal. Removing uncallable code with callcatcher
Removed several unused methods.
Could not remove ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() and ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&) because it breaks compilation (they are implementing pure virtual methods).
Should Test::test1Table1Page() really be removed? (test class)
Conflicts:
unusedcode.easy
Change-Id: I98a761f66f28e3a82661c10a5fa1dc7e109fff2f
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/templateabstractview.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/templateabstractview.hxx b/sfx2/inc/sfx2/templateabstractview.hxx index a5fef712b8b2..90dba099f375 100644 --- a/sfx2/inc/sfx2/templateabstractview.hxx +++ b/sfx2/inc/sfx2/templateabstractview.hxx @@ -100,8 +100,6 @@ public: void deselectOverlayItems (); - void deselectOverlayItem (const sal_uInt16 nItemId); - void sortOverlayItems (const boost::function<bool (const ThumbnailViewItem*, const ThumbnailViewItem*) > &func); |