summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-22 15:08:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-22 18:56:58 +0000
commitc4cd079b8f613084a99a83b95c3968b65cbd8900 (patch)
tree16051edcfd1f7109aefa08af6d71da0687b20f8a /sw/inc/docary.hxx
parentba3d6d8a39d31316923d2326059c07b0a7e3c05e (diff)
loplugin:unusedmethods in sc..vcl
Change-Id: I70fcf95dfd3db05b4fd6e5cee37866f673d3afa8 Reviewed-on: https://gerrit.libreoffice.org/29183 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index c98f143983bd..105cae3786f8 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -235,11 +235,8 @@ public:
bool Contains( const value_type& x ) const;
inline bool Contains( const SwFormat* p ) const;
- void DeleteAndDestroy( int aStartIdx, int aEndIdx );
void DeleteAndDestroyAll( bool keepDefault = false );
- size_t GetPos( const value_type& x ) const;
-
bool newDefault( const value_type& x );
void newDefault( const_iterator const& position );
};