diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cmdid.h | 1 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 3 | ||||
-rw-r--r-- | sw/inc/unostyle.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 524adcdc4ddd..e5052cfffa5c 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -659,6 +659,7 @@ included in c-context files, so c++ style stuff will cause problems. #define FN_UNO_TABLE_BORDER2 (FN_EXTRA2 + 120) #define FN_UNO_REPLACEMENT_GRAPHIC_U_R_L (FN_EXTRA2 + 121) +#define FN_UNO_HIDDEN (FN_EXTRA2 + 122) /*------------------------------------------------ -------------------- Area: Help diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 28c7ba4eeae5..b681c11ae3d6 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -815,8 +815,9 @@ enum SwPropNameIds /* 0754 */ UNO_NAME_TABLE_BORDER2, /* 0755 */ UNO_NAME_REPLACEMENT_GRAPHIC_URL, +/* 0756 */ UNO_NAME_HIDDEN, -/* 0756 */ SW_PROPNAME_END +/* 0757 */ SW_PROPNAME_END // new items in this array must match SwPropNameTab aPropNameTab }; diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx index 95835b8ac22f..76bbd5009776 100644 --- a/sw/inc/unostyle.hxx +++ b/sw/inc/unostyle.hxx @@ -213,8 +213,6 @@ public: virtual sal_Bool SAL_CALL isInUse(void) throw( ::com::sun::star::uno::RuntimeException ); virtual rtl::OUString SAL_CALL getParentStyle(void) 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); |