-Werror=attributes (GCC 6)

Change-Id: I4450caf9411fcfbe979a41a67a38e7238ece0be6
This commit is contained in:
Stephan Bergmann
2016-01-13 17:24:26 +01:00
parent d0e1cb02d8
commit facfb35417

View File

@@ -145,7 +145,7 @@ private:
virtual css::uno::Any SAL_CALL impl_getPropertyValue(const OUString& sProperty,
sal_Int32 nHandle ) override;
DECL_DLLPRIVATE_LINK_TYPED( EventListener, VclWindowEvent&, void );
DECL_LINK_TYPED( EventListener, VclWindowEvent&, void );
void impl_checkTabIndex (::sal_Int32 nID) throw (css::lang::IndexOutOfBoundsException);
TTabPageInfoHash::iterator impl_getTabPageInfo(::sal_Int32 nID) throw (css::lang::IndexOutOfBoundsException);