From 316656755caabf4797391c46338c58945908837d Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Fri, 30 Nov 2012 17:39:51 +0100 Subject: API CHANGE: Added XStyle::isHidden() and XStyle::setHidden() Change-Id: I44770c05d51104b45d94145db8263187205daa84 --- sd/inc/stlsheet.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sd/inc') diff --git a/sd/inc/stlsheet.hxx b/sd/inc/stlsheet.hxx index 191bcf97b471..11942bb87f20 100644 --- a/sd/inc/stlsheet.hxx +++ b/sd/inc/stlsheet.hxx @@ -92,6 +92,8 @@ public: virtual sal_Bool SAL_CALL isInUse( ) throw(::com::sun::star::uno::RuntimeException); virtual ::rtl::OUString SAL_CALL getParentStyle( ) throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setParentStyle( const ::rtl::OUString& aParentStyle ) throw(::com::sun::star::container::NoSuchElementException, ::com::sun::star::uno::RuntimeException); + virtual sal_Bool SAL_CALL isHidden( ) throw(::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL setHidden( sal_Bool bHidden ) throw(::com::sun::star::uno::RuntimeException); // XPropertySet virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() throw(::com::sun::star::uno::RuntimeException); -- cgit