diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-07 13:29:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-07 13:47:05 +0100 |
commit | 2c106c826fbdcd20ceafcb63ee3c3b55c8a730d0 (patch) | |
tree | 4e65aa2fd7b173159ee6a099c56d2f0076466fa0 | |
parent | 6ead5e3238a1933ffdd64956e1722266bf9e88bc (diff) |
coverity#708141 baseclass mnPageCount is unused
Change-Id: I65be7d072bb8762feaf22158104d58f0c0149f33
-rw-r--r-- | sd/source/ui/inc/OutlinerIteratorImpl.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx index 9e3da3723faf..0ddd4e308065 100644 --- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx +++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx @@ -199,9 +199,6 @@ public: virtual void Reverse (void) SAL_OVERRIDE; protected: - /// Number of pages in the view that is specified by <member>maPosition</member>. - sal_Int32 mnPageCount; - /** Initialize this iterator with respect to the given location. After this call the object looks like newly constructed. */ @@ -252,6 +249,7 @@ public: virtual IteratorImplBase* Clone (IteratorImplBase* pObject) const SAL_OVERRIDE; private: + /// Number of pages in the view that is specified by <member>maPosition</member>. sal_Int32 mnPageCount; // Don't use this operator. |