summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-10 11:41:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-10 11:41:08 +0200
commitdd90d9b6d7149c68f931805beaa7dbeee8074d3f (patch)
treeb3d232d286fb77b513422bd78163990d5c133390 /framework/inc
parented9d32908dca5740109f0d9f3233721aa3a49775 (diff)
-Werror,-Wtautological-undefined-compare
Change-Id: Ibd738b91d35a1b82e1e7b078ef73c6f6076dc08a
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index 6c4b0a47b1db..8dfff638566e 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -161,14 +161,6 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
private:
- static bool impldbg_checkParameter_OComponentEnumerationCtor ( const css::uno::Sequence< css::uno::Reference< css::lang::XComponent > >& seqComponents );
- static bool impldbg_checkParameter_disposing ( const css::lang::EventObject& aEvent );
-
- // variables
- // (should be private everyway!)
-
- private:
-
sal_uInt32 m_nPosition; /// current position in enumeration
css::uno::Sequence< css::uno::Reference< css::lang::XComponent > > m_seqComponents; /// list of current components