diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-24 16:18:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 09:15:39 +0100 |
commit | d96a2f432fb391d01e354236a440181058b332c2 (patch) | |
tree | 6510ed9efc97518d1fe86f3aa46754f40b91e570 /accessibility/inc | |
parent | c6b2b5f34c66e51583f01caa0cf06c6e1c3980c0 (diff) |
Remove dead code
Change-Id: Ia9035189bd01d3a3e5e3222760fc392f3f78880f
Diffstat (limited to 'accessibility/inc')
-rw-r--r-- | accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx | 12 | ||||
-rw-r--r-- | accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx index 8732fcf3d791..b73347b2f917 100644 --- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx +++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx @@ -194,18 +194,6 @@ public: virtual ::com::sun::star::awt::Size SAL_CALL getSize() throw ( ::com::sun::star::uno::RuntimeException, std::exception ); - /** @return <TRUE/>, if the object is showing. */ - virtual sal_Bool SAL_CALL isShowing() - throw ( ::com::sun::star::uno::RuntimeException ); - - /** @return <TRUE/>, if the object is visible. */ - virtual sal_Bool SAL_CALL isVisible() - throw ( ::com::sun::star::uno::RuntimeException ); - - /** @return <TRUE/>, if the object can accept the focus. */ - virtual sal_Bool SAL_CALL isFocusTraversable() - throw ( ::com::sun::star::uno::RuntimeException ); - virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException, std::exception); virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException, std::exception); diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx index 772a4bc301ea..689c2f79d8aa 100644 --- a/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx +++ b/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx @@ -171,18 +171,6 @@ public: virtual ::com::sun::star::awt::Size SAL_CALL getSize() throw ( ::com::sun::star::uno::RuntimeException, std::exception ); - /** @return <TRUE/>, if the object is showing. */ - virtual sal_Bool SAL_CALL isShowing() - throw ( ::com::sun::star::uno::RuntimeException ); - - /** @return <TRUE/>, if the object is visible. */ - virtual sal_Bool SAL_CALL isVisible() - throw ( ::com::sun::star::uno::RuntimeException ); - - /** @return <TRUE/>, if the object can accept the focus. */ - virtual sal_Bool SAL_CALL isFocusTraversable() - throw ( ::com::sun::star::uno::RuntimeException ); - virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException, std::exception); virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException, std::exception); |