summaryrefslogtreecommitdiff
path: root/include/oox/helper/refvector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/refvector.hxx')
-rw-r--r--include/oox/helper/refvector.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/oox/helper/refvector.hxx b/include/oox/helper/refvector.hxx
index c5b13d5c9a2e..b98d961e203f 100644
--- a/include/oox/helper/refvector.hxx
+++ b/include/oox/helper/refvector.hxx
@@ -46,13 +46,6 @@ public:
typedef typename container_type::size_type size_type;
public:
- /** Returns true, if the object with the passed index exists. Returns
- false, if the vector element exists but is an empty reference. */
- bool has( sal_Int32 nIndex ) const
- {
- const value_type* pxRef = getRef( nIndex );
- return pxRef && pxRef->get();
- }
/** Returns a reference to the object with the passed index, or 0 on error. */
value_type get( sal_Int32 nIndex ) const