diff options
Diffstat (limited to 'svx/source/table/accessiblecell.hxx')
-rw-r--r-- | svx/source/table/accessiblecell.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/table/accessiblecell.hxx b/svx/source/table/accessiblecell.hxx index 0279b6a96fbb..df9de137c21b 100644 --- a/svx/source/table/accessiblecell.hxx +++ b/svx/source/table/accessiblecell.hxx @@ -83,8 +83,6 @@ public: virtual css::awt::Point SAL_CALL getLocation() throw(css::uno::RuntimeException, std::exception) override; virtual css::awt::Point SAL_CALL getLocationOnScreen() throw(css::uno::RuntimeException, std::exception) override; virtual css::awt::Size SAL_CALL getSize() throw(css::uno::RuntimeException, std::exception) override; - virtual void SAL_CALL addFocusListener ( const css::uno::Reference< css::awt::XFocusListener >& xListener) throw (css::uno::RuntimeException) override; - virtual void SAL_CALL removeFocusListener (const css::uno::Reference< css::awt::XFocusListener >& xListener ) throw (css::uno::RuntimeException) override; virtual void SAL_CALL grabFocus() throw (css::uno::RuntimeException, std::exception) override; virtual sal_Int32 SAL_CALL getForeground() throw(css::uno::RuntimeException, std::exception) override; virtual sal_Int32 SAL_CALL getBackground() throw(css::uno::RuntimeException, std::exception) override; |